Home
last modified time | relevance | path

Searched defs:IsCompute (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.h48 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h699 const bool IsCompute = AMDGPU::isCompute(CC); in getDefaultForCallingConv() local
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline.h229 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() function
Dcommand.h83 bool IsCompute() const { return command_type_ == Type::kCompute; } in IsCompute() function