Output 8 and 16 bit capabilities OpSpecConstantOp
OpSpecConstants with 8 or 16 width types require the corresponding capabilities. Fixes #3449.
This commit is contained in:
parent
db933d7743
commit
5ad3d41364
8 changed files with 207 additions and 0 deletions
|
|
@ -514,6 +514,9 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"spv.specConstant.float16.comp",
|
||||
"spv.specConstant.int16.comp",
|
||||
"spv.specConstant.int8.comp",
|
||||
"spv.specConstantOp.int16.comp",
|
||||
"spv.specConstantOp.int8.comp",
|
||||
"spv.specConstantOp.float16.comp",
|
||||
"spv.storageBuffer.vert",
|
||||
"spv.terminate.frag",
|
||||
"spv.subgroupUniformControlFlow.vert",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue