Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp147 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/angle/src/libANGLE/
DProgramExecutable.h82 bool isCompute() const { return hasLinkedShaderStage(ShaderType::Compute); } in isCompute() function
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp435 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
724 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp621 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h446 bool isCompute; // Is this DC a compute context? member