Implement new revision of extension GL_AMD_shader_ballot
- Add support for invocation functions with "InclusiveScan" and "ExclusiveScan" modes. - Add support for invocation functions taking int64/uint64/doube/float16 as inout data types.
This commit is contained in:
parent
33dadd1287
commit
430ef40ab4
9 changed files with 2067 additions and 28 deletions
|
|
@ -358,6 +358,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
Glsl, CompileVulkanToSpirvTestAMD,
|
||||
::testing::ValuesIn(std::vector<std::string>({
|
||||
"spv.float16.frag",
|
||||
"spv.shaderBallotAMD.comp"
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue