OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curDrawFE
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.h
69
void WorkOnFifoFE(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &
curDrawFE
);
threads.cpp
639
void WorkOnFifoFE(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &
curDrawFE
)
643
while (IDComparesLess(
curDrawFE
, drawEnqueued))
645
uint32_t dcSlot =
curDrawFE
% pContext->MAX_DRAWS_IN_FLIGHT;
650
curDrawFE
++;
658
uint32_t lastRetiredFE =
curDrawFE
- 1;
659
uint32_t curDraw =
curDrawFE
;
818
uint32_t
curDrawFE
= 0;
861
WorkOnFifoFE(pContext, workerId,
curDrawFE
);
865
curDrawBE =
curDrawFE
;
[
all
...]
Completed in 78 milliseconds