Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp147 bool isCompute(CallingConv::ID cc) { in isCompute() function
/aosp_15_r20/external/skia/tools/sksl-minify/
H A DSkSLMinify.cpp245 bool isCompute = find_boolean_flag(&args, "--compute"); in process_command() local
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DRunLocalBenchmarksActivity.java186 private boolean isCompute(int id) { in isCompute() method in RunLocalBenchmarksActivity
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsShapeTests.cpp324 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotOtherTests.cpp390 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotMasksTests.cpp1349 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotTests.cpp929 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsQuadTests.cpp323 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsClusteredTests.cpp294 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBuiltinMaskVarTests.cpp1275 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBallotBroadcastTests.cpp389 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsArithmeticTests.cpp385 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsPartitionedTests.cpp432 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsVoteTests.cpp456 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsShuffleTests.cpp525 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBuiltinVarTests.cpp1736 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
H A DvktSubgroupsBasicTests.cpp1931 const bool isCompute = isAllComputeStages(caseDef.shaderStage); in test() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp888 bool isCompute = false; in getPipelineCacheWarmUpTasks() local
972 const bool isCompute = mExecutable->hasLinkedShaderStage(gl::ShaderType::Compute); in prepareForWarmUpPipelineCache() local
H A DCommandProcessor.h329 bool isCompute() const { return ((mProperties.queueFlags & VK_QUEUE_COMPUTE_BIT) > 0); } in isCompute() function
H A DUtilsVk.cpp1468 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2467 const bool isCompute = (stage.stage == VK_SHADER_STAGE_COMPUTE_BIT); in createSpecConstantTests() local
H A DvktPipelineShaderModuleIdentifierTests.cpp1904 const auto isCompute = (m_params->pipelineType == PipelineType::COMPUTE); in iterate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp900 bool isCompute(CallingConv::ID cc) { in isCompute() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1881 bool isCompute(CallingConv::ID cc) { in isCompute() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp370 bool isCompute() const in isCompute() function