Add tests for compute shader derivatives with spec constant workgroup size
This commit is contained in:
parent
dc1012140e
commit
f7f0f3067c
5 changed files with 30 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
spv.computeShaderDerivativesSpec.comp
|
||||
ERROR: 0:5: 'derivative_group_quadsNV' : requires local_size_x and local_size_y to be multiple of two
|
||||
ERROR: 1 compilation errors. No code generated.
|
||||
|
||||
|
||||
SPIR-V is not generated for failed compile or link
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
spv.computeShaderDerivativesSpec2.comp
|
||||
ERROR: 0:5: 'derivative_group_linearNV' : requires total group size to be multiple of four
|
||||
ERROR: 1 compilation errors. No code generated.
|
||||
|
||||
|
||||
SPIR-V is not generated for failed compile or link
|
||||
Loading…
Add table
Add a link
Reference in a new issue