Searched refs:isCompute (Results 1 – 8 of 8) sorted by relevance
379 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()
400 bool isCompute; // Is this DC a compute context? member
323 pCurDrawContext->isCompute = false; // Dispatch has to set this to true. in GetDrawContext()1427 pDC->isCompute = true; // This is a compute context. in SwrDispatch()
54 bool isCompute(CallingConv::ID cc);
147 bool isCompute(CallingConv::ID cc) { in isCompute() function
139 if (AMDGPU::isCompute(F->getCallingConv()))
303 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) { in EmitProgramInfoR600()585 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) { in EmitProgramInfoSI()
201 return !AMDGPU::isCompute(MF->getFunction()->getCallingConv()) && in usesVertexCache()211 return (AMDGPU::isCompute(MF->getFunction()->getCallingConv()) && in usesTextureCache()