Home
last modified time | relevance | path

Searched refs:extShaderSubGroupBallotTests (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotTests.cpp43 deBool extShaderSubGroupBallotTests; member
71 const string extensionHeader = (caseDef.extShaderSubGroupBallotTests ? "OpExtension \"SPV_KHR_shader_ballot\"\n" : ""); in initFrameBufferPrograms()
72 const string capabilityBallotHeader = (caseDef.extShaderSubGroupBallotTests ? "OpCapability SubgroupBallotKHR\n" : "OpCapability GroupNonUniformBallot\n"); in initFrameBufferPrograms()
175 "%15 = " + (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %13" : "OpGroupNonUniformBallot %10 %14 %13") + "\n" in initFrameBufferPrograms()
190 "%42 = " + (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %41" : "OpGroupNonUniformBallot %10 %14 %41") + "\n" in initFrameBufferPrograms()
199 "%52 = " + (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %51" : "OpGroupNonUniformBallot %10 %14 %51") + "\n" in initFrameBufferPrograms()
333 << "%15 = " << (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %13" : "OpGroupNonUniformBallot %10 %14 %13") << "\n" in initFrameBufferPrograms()
348 << "%42 = " << (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %41" : "OpGroupNonUniformBallot %10 %14 %41") << "\n" in initFrameBufferPrograms()
357 << "%52 = " << (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %51" : "OpGroupNonUniformBallot %10 %14 %51") << "\n" in initFrameBufferPrograms()
515 "%33 = " + (caseDef.extShaderSubGroupBallotTests in initFrameBufferPrograms()
1015 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
1040 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
1062 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
1091 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
[all...]
H A DvktSubgroupsBallotBroadcastTests.cpp53 deBool extShaderSubGroupBallotTests; member
94 return (caseDef.extShaderSubGroupBallotTests ? "#extension GL_ARB_shader_ballot: enable\n" in getExtHeader()
110 if (caseDef.extShaderSubGroupBallotTests) in getTestSrc()
217 if (caseDef.extShaderSubGroupBallotTests == DE_FALSE) in getHelperFunctionARB()
290 if (caseDef.extShaderSubGroupBallotTests) in supportedCheck()
355 const VkDeviceSize numElements = caseDef.extShaderSubGroupBallotTests ? 64u : subgroups::maxSupportedSubgroupSize(); in noSSBOtest()
377 const VkDeviceSize numElements = caseDef.extShaderSubGroupBallotTests ? 64u : subgroups::maxSupportedSubgroupSize(); in test()
510 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; in createSubgroupsBallotBroadcastTests() local
512 if (extShaderSubGroupBallotTests && !formatTypeIsSupportedARB) in createSubgroupsBallotBroadcastTests()
516 TestCaseGroup* testGroup = extShaderSubGroupBallotTests in createSubgroupsBallotBroadcastTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBallotTests.cpp43 deBool extShaderSubGroupBallotTests; member
71 const string extensionHeader = (caseDef.extShaderSubGroupBallotTests ? "OpExtension \"SPV_KHR_shader_ballot\"\n" : ""); in initFrameBufferPrograms()
72 const string capabilityBallotHeader = (caseDef.extShaderSubGroupBallotTests ? "OpCapability SubgroupBallotKHR\n" : "OpCapability GroupNonUniformBallot\n"); in initFrameBufferPrograms()
175 "%15 = " + (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %13" : "OpGroupNonUniformBallot %10 %14 %13") + "\n" in initFrameBufferPrograms()
190 "%42 = " + (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %41" : "OpGroupNonUniformBallot %10 %14 %41") + "\n" in initFrameBufferPrograms()
199 "%52 = " + (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %51" : "OpGroupNonUniformBallot %10 %14 %51") + "\n" in initFrameBufferPrograms()
333 << "%15 = " << (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %13" : "OpGroupNonUniformBallot %10 %14 %13") << "\n" in initFrameBufferPrograms()
348 << "%42 = " << (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %41" : "OpGroupNonUniformBallot %10 %14 %41") << "\n" in initFrameBufferPrograms()
357 << "%52 = " << (caseDef.extShaderSubGroupBallotTests ? "OpSubgroupBallotKHR %10 %51" : "OpGroupNonUniformBallot %10 %14 %51") << "\n" in initFrameBufferPrograms()
515 "%33 = " + (caseDef.extShaderSubGroupBallotTests in initFrameBufferPrograms()
1015 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
1040 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
1062 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
1091 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; createSubgroupsBallotTests() local
[all...]
H A DvktSubgroupsBallotBroadcastTests.cpp53 deBool extShaderSubGroupBallotTests; member
92 return (caseDef.extShaderSubGroupBallotTests ? "#extension GL_ARB_shader_ballot: enable\n" in getExtHeader()
108 if (caseDef.extShaderSubGroupBallotTests) in getTestSrc()
215 if (caseDef.extShaderSubGroupBallotTests == DE_FALSE) in getHelperFunctionARB()
272 if (caseDef.extShaderSubGroupBallotTests) in supportedCheck()
337 const VkDeviceSize numElements = caseDef.extShaderSubGroupBallotTests ? 64u : subgroups::maxSupportedSubgroupSize(); in noSSBOtest()
359 const VkDeviceSize numElements = caseDef.extShaderSubGroupBallotTests ? 64u : subgroups::maxSupportedSubgroupSize(); in test()
490 const deBool extShaderSubGroupBallotTests = boolValues[extNdx]; in createSubgroupsBallotBroadcastTests() local
492 if (extShaderSubGroupBallotTests && !formatTypeIsSupportedARB) in createSubgroupsBallotBroadcastTests()
496 TestCaseGroup* testGroup = extShaderSubGroupBallotTests in createSubgroupsBallotBroadcastTests()
[all...]

Completed in 4 milliseconds