Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp331 bool IDComparesLess(uint32_t a, uint32_t b) in IDComparesLess() function
342 return pDC->dependent && IDComparesLess(lastRetiredDraw, pDC->drawId - 1); in CheckDependency()
347 return pDC->dependentFE && IDComparesLess(lastRetiredDraw, pDC->drawId - 1); in CheckDependencyFE()
428 while (IDComparesLess(curDrawBE, drawEnqueued)) in FindFirstIncompleteDraw()
451 return IDComparesLess(curDrawBE, drawEnqueued); in FindFirstIncompleteDraw()
497 for (uint32_t i = curDrawBE; IDComparesLess(i, drawEnqueued); ++i) in WorkOnFifoBE()
643 while (IDComparesLess(curDrawFE, drawEnqueued)) in WorkOnFifoFE()
660 while (IDComparesLess(curDraw, drawEnqueued)) in WorkOnFifoFE()
705 for (uint64_t i = curDrawBE; IDComparesLess(i, drawEnqueued); ++i) in WorkOnCompute()