Home
last modified time | relevance | path

Searched defs:isCompute (Results 1 – 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotOtherTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotMasksTests.cpp300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsShapeTests.cpp313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotTests.cpp876 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsQuadTests.cpp305 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsClusteredTests.cpp278 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBuiltinMaskVarTests.cpp1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotBroadcastTests.cpp378 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsArithmeticTests.cpp350 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsPartitionedTests.cpp391 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsShuffleTests.cpp372 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsVoteTests.cpp415 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotMasksTests.cpp300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotOtherTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotTests.cpp876 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsQuadTests.cpp287 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBuiltinMaskVarTests.cpp1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsClusteredTests.cpp260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotBroadcastTests.cpp360 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsPartitionedTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsShuffleTests.cpp354 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsArithmeticTests.cpp332 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsVoteTests.cpp415 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h227 bool isCompute() const { return ((mProperties.queueFlags & VK_QUEUE_COMPUTE_BIT) > 0); } in isCompute() function

12