wgpu/tests/in
2022-05-12 22:15:45 -07:00
..
glsl glsl-in: Apply comments 2022-05-01 13:52:04 -07:00
spv spv-in: fix support for degrees and radians conversion 2021-12-17 11:56:47 -05:00
access.param.ron Fix hlsl output for writes to scalar/vector storage buffer 2022-05-10 22:46:47 +02:00
access.wgsl [msl-out] fix pointers to private or workgroup address spaces possibly being read only 2022-05-11 20:10:18 -07:00
binding-arrays.param.ron Binding arrays play nice with bounds checks (#1855) 2022-04-25 04:17:51 +00:00
binding-arrays.wgsl Implement Binding Arrays (#1845) 2022-04-19 14:23:07 -04:00
bits.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
bits.wgsl Implement reverseBits and countOneBits for SPIR-V (#1897) 2022-05-09 23:24:28 +02:00
boids.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
boids.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
bounds-check-image-restrict.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
bounds-check-image-restrict.wgsl [wgsl-in] Update reserved keywords (#1847) 2022-04-17 15:56:54 +02:00
bounds-check-image-rzsw.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
bounds-check-image-rzsw.wgsl [wgsl-in] Update reserved keywords (#1847) 2022-04-17 15:56:54 +02:00
bounds-check-restrict.param.ron [msl-out] Implement index bounds check policies for non-texture accesses. 2021-12-06 15:53:41 -05:00
bounds-check-restrict.wgsl wgsl-in: Make semicolon after struct decl optional 2022-03-27 00:22:58 -07:00
bounds-check-zero-atomic.param.ron Mitigation for MSL atomic bounds check. (#1703) 2022-02-01 16:37:09 -08:00
bounds-check-zero-atomic.wgsl wgsl-in: Make semicolon after struct decl optional 2022-03-27 00:22:58 -07:00
bounds-check-zero.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
bounds-check-zero.wgsl wgsl-in: Make semicolon after struct decl optional 2022-03-27 00:22:58 -07:00
collatz.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
collatz.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
control-flow.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
control-flow.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
cubeArrayShadow.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
empty.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
empty.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
extra.param.ron Actually test push constants to be used (#1767) 2022-03-08 23:02:20 -05:00
extra.wgsl [wgsl] Remove buffer, texture, in, out, input, output from reserved keywords 2022-04-29 20:06:09 +02:00
functions-webgl.param.ron glsl-out: push constants use anonymous uniforms 2022-01-21 21:13:12 -05:00
functions-webgl.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
functions.param.ron Fixes for fma function (#1580) 2021-12-22 09:41:07 -05:00
functions.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
globals.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
globals.wgsl implement phony assignment 2022-04-26 21:40:31 -07:00
image.param.ron Gather operations 2021-12-18 11:46:49 -05:00
image.wgsl [wgsl-in] Update reserved keywords (#1847) 2022-04-17 15:56:54 +02:00
interface.param.ron implement invariant attribute 2022-04-10 21:49:23 -07:00
interface.wgsl [wgsl] Remove buffer, texture, in, out, input, output from reserved keywords 2022-04-29 20:06:09 +02:00
interpolate.param.ron glsl-out: push constants use anonymous uniforms 2022-01-21 21:13:12 -05:00
interpolate.wgsl [wgsl] Remove buffer, texture, in, out, input, output from reserved keywords 2022-04-29 20:06:09 +02:00
math-functions.param.ron [wgsl-in] Support radians/degrees builtin functions (#1627) 2021-12-27 00:29:33 +00:00
math-functions.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
operators.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
operators.wgsl add support for identity matrix constructor 2022-05-12 22:15:45 -07:00
padding.param.ron [hlsl-out] Add more padding when necessary (#1814) 2022-04-11 20:34:06 -07:00
padding.wgsl [wgsl-in] Update reserved keywords (#1847) 2022-04-17 15:56:54 +02:00
pointers.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
pointers.wgsl wgsl-in: Make semicolon after struct decl optional 2022-03-27 00:22:58 -07:00
policy-mix.param.ron Refactor snapshot test arguments to avoid checking for deserialize feature too often. 2021-11-26 11:36:46 -05:00
policy-mix.wgsl wgsl-in: Make semicolon after struct decl optional 2022-03-27 00:22:58 -07:00
push-constants.param.ron glsl-out: push constants use anonymous uniforms 2022-01-21 21:13:12 -05:00
push-constants.wgsl [wgsl] Remove buffer, texture, in, out, input, output from reserved keywords 2022-04-29 20:06:09 +02:00
quad.param.ron glsl-out: push constants use anonymous uniforms 2022-01-21 21:13:12 -05:00
quad.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
shadow.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
shadow.wgsl [wgsl] Remove buffer, texture, in, out, input, output from reserved keywords 2022-04-29 20:06:09 +02:00
skybox.param.ron Adjust MSL version invariant needs 2022-01-25 13:25:48 -05:00
skybox.wgsl [wgsl] Remove buffer, texture, in, out, input, output from reserved keywords 2022-04-29 20:06:09 +02:00
standard.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
standard.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
texture-arg.param.ron spv-out: option to emit PointSize 2021-09-15 18:48:18 -04:00
texture-arg.wgsl [wgsl-in] Update entry point stage attributes 2022-04-15 18:02:48 +01:00
variations.glsl glsl-in: Add test for conditional builtin inject 2022-02-19 10:42:44 -05:00