|
94 | 94 | { "cov-continue-break-discard-return-in-loop.amber", "cov-continue-break-discard-return-in-loop", "A fragment shader that covers specific NIR code paths", "VK_KHR_shader_terminate_invocation"}, |
95 | 95 | { "cov-copy-array-elements-except-first-nested-loop-replace-identical-values.amber", "cov-copy-array-elements-except-first-nested-loop-replace-identical-values", "A fragment shader that covers specific LLVM code paths" }, |
96 | 96 | { "cov-copy-output-color-swizzle-array-indexing.amber", "cov-copy-output-color-swizzle-array-indexing", "A fragment shader that covers specific LLVM code paths" }, |
97 | | -{ "cov-copy-prop-arrays-func-argument.amber", "cov-copy-prop-arrays-func-argument", "A fragment shader that covers a specific propagate array copy path." }, |
98 | 97 | { "cov-copy-prop-arrays-no-stores.amber", "cov-copy-prop-arrays-no-stores", "A fragment shader that covers a specific propagate array copy path." }, |
99 | 98 | { "cov-copy-prop-arrays-param-uniform.amber", "cov-copy-prop-arrays-param-uniform", "A fragment shader that covers a specific propagate array copy path." }, |
100 | 99 | { "cov-cosh-clamped-to-one.amber", "cov-cosh-clamped-to-one", "A fragment shader that covers specific NIR code paths" }, |
|
719 | 718 | { "struct-array-index.amber", "struct-array-index", "A fragment shader with struct array and always true if" }, |
720 | 719 | { "struct-controlled-loop.amber", "struct-controlled-loop", "Shader with loop controlled by struct" }, |
721 | 720 | { "struct-used-as-temporary.amber", "struct-used-as-temporary", "A fragment shader that uses a temporary struct variable" }, |
722 | | -{ "switch-case-with-undefined-expression.amber", "switch-case-with-undefined-expression", "A fragment shader with undefined expression" }, |
723 | 721 | { "switch-if-discard.amber", "switch-if-discard", "A fragment shader with a switch, if, and discard", "VK_KHR_shader_terminate_invocation"}, |
724 | 722 | { "switch-inside-while-always-return.amber", "switch-inside-while-always-return", "A fragment shader with a switch inside while always return" }, |
725 | 723 | { "switch-loop-switch-if.amber", "switch-loop-switch-if", "A nested switch-loop-switch" }, |
|
0 commit comments