/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBallotTests.cpp | 744 if (isAllComputeStages(caseDef.shaderStage)) in getBodySource() 779 const string testHelper = !isAllComputeStages(caseDef.shaderStage) ? "" in initPrograms() 876 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBasicTests.cpp | 1524 if (isAllComputeStages(caseDef.shaderStage)) in getTestString() 1673 if (isAllComputeStages(caseDef.shaderStage)) in initComputeOrMeshPrograms() 1773 const bool isComp = isAllComputeStages(caseDef.shaderStage); in initPrograms() 1921 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsVoteTests.cpp | 149 const string computePart = isAllComputeStages(caseDef.shaderStage) in getStageTestSource() 415 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBuiltinVarTests.cpp | 1042 if (isAllComputeStages(caseDef.shaderStage)) in initPrograms() 1774 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBallotMasksTests.cpp | 300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsShapeTests.cpp | 313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBallotOtherTests.cpp | 373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsQuadTests.cpp | 287 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsClusteredTests.cpp | 260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsSizeControlTests.cpp | 631 if (isAllComputeStages(caseDef.shaderStage)) in test() 841 if (isAllComputeStages(caseDef.shaderStage)) in testRequireSubgroupSize()
|
D | vktSubgroupsArithmeticTests.cpp | 332 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsBallotTests.cpp | 744 if (isAllComputeStages(caseDef.shaderStage)) in getBodySource() 779 const string testHelper = !isAllComputeStages(caseDef.shaderStage) ? "" in initPrograms() 876 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBasicTests.cpp | 1524 if (isAllComputeStages(caseDef.shaderStage)) in getTestString() 1673 if (isAllComputeStages(caseDef.shaderStage)) in initComputeOrMeshPrograms() 1773 const bool isComp = isAllComputeStages(caseDef.shaderStage); in initPrograms() 1921 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsVoteTests.cpp | 149 const string computePart = isAllComputeStages(caseDef.shaderStage) in getStageTestSource() 415 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBuiltinVarTests.cpp | 1042 if (isAllComputeStages(caseDef.shaderStage)) in initPrograms() 1774 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsShapeTests.cpp | 313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBallotMasksTests.cpp | 300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBallotOtherTests.cpp | 373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsQuadTests.cpp | 287 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsClusteredTests.cpp | 260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
D | vktSubgroupsSizeControlTests.cpp | 631 if (isAllComputeStages(caseDef.shaderStage)) in test() 841 if (isAllComputeStages(caseDef.shaderStage)) in testRequireSubgroupSize()
|
D | vktSubgroupsArithmeticTests.cpp | 332 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.hpp | 250 inline bool isAllComputeStages (const VkShaderStageFlags shaderStageFlags) in isAllComputeStages() function
|