Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp401 if (!pDC->isCompute) in CompleteDrawContextInl()
433 if (!pDC->doneFE && !pDC->isCompute) break; in FindFirstIncompleteDraw()
435 bool isWorkComplete = pDC->isCompute ? in FindFirstIncompleteDraw()
501 if (pDC->isCompute) return false; // We don't look at compute work. in WorkOnFifoBE()
647 if (pDC->isCompute || pDC->doneFE) in WorkOnFifoFE()
665 if (!pDC->isCompute && !pDC->FeLock) in WorkOnFifoFE()
708 if (pDC->isCompute == false) return; in WorkOnCompute()
Dcontext.h410 bool isCompute; // Is this DC a compute context? member
Dapi.cpp351 pCurDrawContext->isCompute = false; // Dispatch has to set this to true. in GetDrawContext()
1513 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp98 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoR600()
DAMDGPUSubtarget.h558 return AMDGPU::isCompute(MF.getFunction().getCallingConv()); in enableIEEEBit()
DAMDGPUAsmPrinter.cpp1010 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitProgramInfoSI()
1094 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in EmitPALMetadata()
DR600InstrInfo.cpp206 return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesVertexCache()
216 return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) && in usesTextureCache()
DSIFrameLowering.cpp448 if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) { in emitEntryFunctionScratchSetup()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h334 bool isCompute(CallingConv::ID CC);
DAMDGPUBaseInfo.cpp621 bool isCompute(CallingConv::ID cc) { in isCompute() function