| Summary: | [WHLSL] Enumerate which operations require uniform control flow and dynamically uniform expressions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jonlee, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=189125 https://bugs.webkit.org/show_bug.cgi?id=189123 |
||
| Bug Depends on: | |||
| Bug Blocks: | 176199, 189202 | ||
|
Description
Myles C. Maxfield
2018-08-29 16:35:44 PDT
The following functions require uniform control flow: ddx() ddy() AllMemoryBarrierWithGroupSync() DeviceMemoryBarrierWithGroupSync() GroupMemoryBarrierWithGroupSync() Sample() SampleBias() Gather() GatherRed() GatherGreen() GatherBlue() GatherAlpha() SampleCmp() GatherCmp() GatherCmpRed() GatherCmp() GatherCmpRed() Indexing into an array which contains textures requires dynamically uniform expressions. I think that's the only operation. I suppose this is done now. Migrated to https://github.com/gpuweb/WHLSL/issues/58 |