Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp147 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/skia/tools/sksl-minify/
DSkSLMinify.cpp233 bool isCompute = find_boolean_flag(&args, "--compute"); in process_command() local
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsShapeTests.cpp324 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotMasksTests.cpp1349 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotOtherTests.cpp390 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotTests.cpp929 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsQuadTests.cpp323 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBuiltinMaskVarTests.cpp1275 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsClusteredTests.cpp294 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBallotBroadcastTests.cpp389 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsArithmeticTests.cpp385 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsPartitionedTests.cpp432 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsVoteTests.cpp456 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsShuffleTests.cpp525 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBuiltinVarTests.cpp1736 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
DvktSubgroupsBasicTests.cpp1931 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h312 bool isCompute() const { return ((mProperties.queueFlags & VK_QUEUE_COMPUTE_BIT) > 0); } in isCompute() function
DProgramExecutableVk.cpp930 bool isCompute = false; in getPipelineCacheWarmUpTasks() local
1014 const bool isCompute = mExecutable->hasLinkedShaderStage(gl::ShaderType::Compute); in prepareForWarmUpPipelineCache() local
DUtilsVk.cpp1435 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp2467 const bool isCompute = (stage.stage == VK_SHADER_STAGE_COMPUTE_BIT); in createSpecConstantTests() local
DvktPipelineShaderModuleIdentifierTests.cpp1900 const auto isCompute = (m_params->pipelineType == PipelineType::COMPUTE); in iterate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp900 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1881 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp370 bool isCompute() const in isCompute() function