OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curDraw
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp
659
uint32_t
curDraw
= curDrawFE;
660
while (IDComparesLess(
curDraw
, drawEnqueued))
662
uint32_t dcSlot =
curDraw
% pContext->MAX_DRAWS_IN_FLIGHT;
681
curDraw
++;
815
auto threadHasWork = [&](uint32_t
curDraw
) { return
curDraw
!= pContext->dcRing.GetHead(); };
[
all
...]
api.cpp
241
uint32_t
curDraw
[2] = { pContext->pCurDrawContext->drawId, pContext->pCurDrawContext->drawId };
242
WorkOnFifoFE(pContext, 0,
curDraw
[0]);
243
WorkOnFifoBE(pContext, 0,
curDraw
[1], pContext->singleThreadLockedTiles, 0, 0);
291
uint64_t
curDraw
= pContext->dcRing.GetHead();
292
uint32_t dcIndex =
curDraw
% pContext->MAX_DRAWS_IN_FLIGHT;
295
(
curDraw
- pContext->lastDrawChecked) > 0x10000)
301
pContext->lastDrawChecked =
curDraw
;
[
all
...]
Completed in 3095 milliseconds