dawn-cmake/test/tint/builtins
Stephen White 0c7a99f894 Tint/GLSL: rename identifiers containing double-underscores.
This is prohibited by the GLSL ES spec:

"In addition, all identifiers containing two consecutive underscores (__) are reserved for use by underlying
software layers. Defining such a name in a shader does not itself result in an error, but may result in
unintended behaviors that stem from having multiple definitions of the same name."

(https://registry.khronos.org/OpenGL/specs/es/3.1/GLSL_ES_Specification_3.10.withchanges.pdf, section 3.7).

However, while glslang validation will not give an error on this, NVidia
ES drivers will. So I've added a Dawn end2end test instead of a WGSL test.

Bug: tint:1944
Change-Id: I4b965af00039ca7a232bc11be884483f8e02ccf6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134140
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2023-05-26 04:53:17 +00:00
..
arrayLength [tint] do not emit space for binding group 0 2023-03-31 17:55:19 +00:00
atomicStore [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +00:00
atomics/from_gen Tint/GLSL: rename identifiers containing double-underscores. 2023-05-26 04:53:17 +00:00
extractBits [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +00:00
frexp tint/hlsl: fix frexp always returning positive values for fractional part 2023-03-16 21:31:15 +00:00
gen tint/hlsl+glsl: fix workgroupUniformLoad polyfills 2023-05-03 15:30:54 +00:00
insertBits [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +00:00
modf tint/transform: fix PromoteInitializersToLet for constant expressions 2022-12-09 12:34:36 +00:00
textureDimensions [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +00:00
textureGather tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
textureLoad [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +00:00
textureNumSamples [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +00:00
textureStore [tint] do not emit space for binding group 0 2023-03-31 17:55:19 +00:00
workgroupUniformLoad tint/hlsl+glsl: fix workgroupUniformLoad polyfills 2023-05-03 15:30:54 +00:00
degrees.spvasm
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
degrees.spvasm.expected.wgsl [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +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
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
radians.spvasm.expected.wgsl [spirv-reader] Use type inference for var and let 2023-05-23 18:28:44 +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