HomeSort by relevance Sort by last modified time
    Searched refs:drawsOutstandingFE (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 498 volatile int32_t drawsOutstandingFE;
api.cpp 196 InterlockedIncrement((volatile LONG*)&pContext->drawsOutstandingFE);
484 while (pContext->drawsOutstandingFE > 0)
    [all...]
threads.cpp 614 InterlockedDecrement((volatile LONG*)&pContext->drawsOutstandingFE);
    [all...]

Completed in 274 milliseconds