dawn-cmake/test/tint/builtins
Peng Huang c00ff7f3c7 [tint] do not emit space for binding group 0
D3D11 only supports HLSL SM5.0 which doesn't support `space`
(binding group in WGSL). So for D3D11, only one binding group will be
used, and tint will not emit `space` for HLSL, so shaders can be used
with D3D11.

Bug: dawn:1705
Change-Id: Ie0e9868137f10762c5243e188d76f5e41879c2bc
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125080
Commit-Queue: Peng Huang <penghuang@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
2023-03-31 17:55:19 +00:00
..
arrayLength [tint] do not emit space for binding group 0 2023-03-31 17:55:19 +00:00
atomicStore tint/msl: Fix emission of private variables 2023-03-20 21:46:01 +00:00
atomics/from_gen [tint] do not emit space for binding group 0 2023-03-31 17:55:19 +00:00
extractBits Tint: Fix extractBits polyfill 2022-11-30 23:55:28 +00:00
frexp tint/hlsl: fix frexp always returning positive values for fractional part 2023-03-16 21:31:15 +00:00
gen [tint] do not emit space for binding group 0 2023-03-31 17:55:19 +00:00
insertBits Tint/transform: Fix insertBits polyfill for HLSL 2022-11-09 01:54:08 +00:00
modf tint/transform: fix PromoteInitializersToLet for constant expressions 2022-12-09 12:34:36 +00:00
textureDimensions tint/msl: Fix emission of private variables 2023-03-20 21:46:01 +00:00
textureGather tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
textureLoad tint/msl: Fix emission of private variables 2023-03-20 21:46:01 +00:00
textureNumSamples tint/msl: Fix emission of private variables 2023-03-20 21:46:01 +00:00
textureStore [tint] do not emit space for binding group 0 2023-03-31 17:55:19 +00:00
workgroupUniformLoad Move tint::transform::Robustness to a santizier transform 2023-03-02 20:48:48 +00:00
degrees.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
degrees.spvasm.expected.dxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
degrees.spvasm.expected.fxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
degrees.spvasm.expected.glsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
degrees.spvasm.expected.msl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
degrees.spvasm.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
degrees.spvasm.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
frexp.wgsl tint: Rename `frexp().sig` to `frexp().fract` 2022-11-14 15:29:29 +00:00
frexp.wgsl.expected.dxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
frexp.wgsl.expected.fxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
frexp.wgsl.expected.glsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
frexp.wgsl.expected.msl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
frexp.wgsl.expected.spvasm tint: Suffix builtin return types with '_f32' 2022-11-23 19:57:00 +00:00
frexp.wgsl.expected.wgsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
radians.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
radians.spvasm.expected.dxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
radians.spvasm.expected.fxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
radians.spvasm.expected.glsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
radians.spvasm.expected.msl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
radians.spvasm.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
radians.spvasm.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
repeated_use.wgsl Add const-eval for `degrees` and `radians` 2022-11-21 18:00:01 +00:00
repeated_use.wgsl.expected.dxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
repeated_use.wgsl.expected.fxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
repeated_use.wgsl.expected.glsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
repeated_use.wgsl.expected.msl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
repeated_use.wgsl.expected.spvasm Add const-eval for `degrees` and `radians` 2022-11-21 18:00:01 +00:00
repeated_use.wgsl.expected.wgsl Add const-eval for `degrees` and `radians` 2022-11-21 18:00:01 +00:00