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.cpp311 bool IDComparesLess(uint32_t a, uint32_t b) in IDComparesLess() function
322 return pDC->dependent && IDComparesLess(lastRetiredDraw, pDC->drawId - 1); in CheckDependency()
327 return pDC->dependentFE && IDComparesLess(lastRetiredDraw, pDC->drawId - 1); in CheckDependencyFE()
406 while (IDComparesLess(curDrawBE, drawEnqueued)) in FindFirstIncompleteDraw()
429 return IDComparesLess(curDrawBE, drawEnqueued); in FindFirstIncompleteDraw()
475 for (uint32_t i = curDrawBE; IDComparesLess(i, drawEnqueued); ++i) in WorkOnFifoBE()
621 while (IDComparesLess(curDrawFE, drawEnqueued)) in WorkOnFifoFE()
638 while (IDComparesLess(curDraw, drawEnqueued)) in WorkOnFifoFE()
683 for (uint64_t i = curDrawBE; IDComparesLess(i, drawEnqueued); ++i) in WorkOnCompute()