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

/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h54 bool isCompute(CallingConv::ID cc);
H A DAMDGPUBaseInfo.cpp147 bool isCompute(CallingConv::ID cc) { function in namespace:llvm::AMDGPU
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dthreads.cpp379 if (!pDC->isCompute)
411 if (!pDC->doneFE && !pDC->isCompute) break;
413 bool isWorkComplete = pDC->isCompute ?
479 if (pDC->isCompute) return false; // We don't look at compute work.
625 if (pDC->isCompute || pDC->doneFE)
643 if (!pDC->isCompute && !pDC->FeLock)
686 if (pDC->isCompute == false) return;
H A Dcontext.h390 DispatchQueue* pDispatch; // Queue for thread groups. (isCompute)
400 bool isCompute; // Is this DC a compute context? member in struct:DRAW_CONTEXT
H A Dapi.cpp323 pCurDrawContext->isCompute = false; // Dispatch has to set this to true.
1427 pDC->isCompute = true; // This is a compute context.
/external/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp139 if (AMDGPU::isCompute(F->getCallingConv()))
H A DAMDGPUAsmPrinter.cpp303 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) {
585 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) {
H A DR600InstrInfo.cpp201 return !AMDGPU::isCompute(MF->getFunction()->getCallingConv()) &&
211 return (AMDGPU::isCompute(MF->getFunction()->getCallingConv()) &&

Completed in 212 milliseconds