Home
last modified time | relevance | path

Searched refs:isCompute (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp379 if (!pDC->isCompute) in CompleteDrawContextInl()
411 if (!pDC->doneFE && !pDC->isCompute) break; in FindFirstIncompleteDraw()
413 bool isWorkComplete = pDC->isCompute ? in FindFirstIncompleteDraw()
479 if (pDC->isCompute) return false; // We don't look at compute work. in WorkOnFifoBE()
625 if (pDC->isCompute || pDC->doneFE) in WorkOnFifoFE()
643 if (!pDC->isCompute && !pDC->FeLock) in WorkOnFifoFE()
686 if (pDC->isCompute == false) return; in WorkOnCompute()
Dcontext.h400 bool isCompute; // Is this DC a compute context? member
Dapi.cpp323 pCurDrawContext->isCompute = false; // Dispatch has to set this to true. in GetDrawContext()
1427 pDC->isCompute = true; // This is a compute context. in SwrDispatch()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h54 bool isCompute(CallingConv::ID cc);
DAMDGPUBaseInfo.cpp147 bool isCompute(CallingConv::ID cc) { in isCompute() function
/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp139 if (AMDGPU::isCompute(F->getCallingConv()))
DAMDGPUAsmPrinter.cpp303 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) { in EmitProgramInfoR600()
585 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) { in EmitProgramInfoSI()
DR600InstrInfo.cpp201 return !AMDGPU::isCompute(MF->getFunction()->getCallingConv()) && in usesVertexCache()
211 return (AMDGPU::isCompute(MF->getFunction()->getCallingConv()) && in usesTextureCache()