Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h394 bool isCompute() const { return hasLinkedShaderStage(ShaderType::Compute); } in isCompute() function
602 bool isCompute() const { return mState.isCompute(); } in isCompute() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsBallotOtherTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsShapeTests.cpp313 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotMasksTests.cpp300 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
DvktSubgroupsClusteredTests.cpp260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBuiltinMaskVarTests.cpp1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotBroadcastTests.cpp360 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsArithmeticTests.cpp332 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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotMasksTests.cpp300 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotOtherTests.cpp373 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.cpp287 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsClusteredTests.cpp260 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBuiltinMaskVarTests.cpp1290 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotBroadcastTests.cpp360 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsShuffleTests.cpp354 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsPartitionedTests.cpp373 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsArithmeticTests.cpp332 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp360 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
557 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram() 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