Home
last modified time | relevance | path

Searched refs:isAllComputeStages (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotTests.cpp744 if (isAllComputeStages(caseDef.shaderStage)) in getBodySource()
779 const string testHelper = !isAllComputeStages(caseDef.shaderStage) ? "" in initPrograms()
876 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBasicTests.cpp1524 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()
DvktSubgroupsVoteTests.cpp149 const string computePart = isAllComputeStages(caseDef.shaderStage) in getStageTestSource()
415 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBuiltinVarTests.cpp1042 if (isAllComputeStages(caseDef.shaderStage)) in initPrograms()
1774 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBallotMasksTests.cpp300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsShapeTests.cpp313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBallotOtherTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsQuadTests.cpp287 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsClusteredTests.cpp260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsSizeControlTests.cpp631 if (isAllComputeStages(caseDef.shaderStage)) in test()
841 if (isAllComputeStages(caseDef.shaderStage)) in testRequireSubgroupSize()
DvktSubgroupsArithmeticTests.cpp332 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsBallotTests.cpp744 if (isAllComputeStages(caseDef.shaderStage)) in getBodySource()
779 const string testHelper = !isAllComputeStages(caseDef.shaderStage) ? "" in initPrograms()
876 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBasicTests.cpp1524 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()
DvktSubgroupsVoteTests.cpp149 const string computePart = isAllComputeStages(caseDef.shaderStage) in getStageTestSource()
415 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBuiltinVarTests.cpp1042 if (isAllComputeStages(caseDef.shaderStage)) in initPrograms()
1774 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsShapeTests.cpp313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBallotMasksTests.cpp300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBallotOtherTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsQuadTests.cpp287 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsClusteredTests.cpp260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
DvktSubgroupsSizeControlTests.cpp631 if (isAllComputeStages(caseDef.shaderStage)) in test()
841 if (isAllComputeStages(caseDef.shaderStage)) in testRequireSubgroupSize()
DvktSubgroupsArithmeticTests.cpp332 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp250 inline bool isAllComputeStages (const VkShaderStageFlags shaderStageFlags) in isAllComputeStages() function

12