Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp147 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/angle/src/libANGLE/
DProgramExecutable.h173 bool isCompute() const { return mIsCompute; } in isCompute() function
174 void setIsCompute(bool isCompute) { mIsCompute = isCompute; } in setIsCompute()
DProgram.h346 bool isCompute() const { return mExecutable->hasLinkedShaderStage(ShaderType::Compute); } in isCompute() function
DContext.cpp6300 void Context::convertPpoToComputeOrDraw(bool isCompute) in convertPpoToComputeOrDraw()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h209 bool isCompute() const { return ((mProperties.queueFlags & VK_QUEUE_COMPUTE_BIT) > 0); } in isCompute() function
DUtilsVk.cpp1124 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() local
1452 const bool isCompute = function >= Function::ComputeStartIndex; in setupProgram() local
DContextVk.cpp4935 bool isCompute = getState().getProgramExecutable()->isCompute(); in updateDriverUniformsDescriptorSet() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h446 bool isCompute; // Is this DC a compute context? member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp900 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1050 bool isCompute(CallingConv::ID cc) { in isCompute() function