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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 411 if (!pDC->doneFE && !pDC->isCompute) break;
484 if (!pDC->doneFE) return false;
612 pDC->doneFE = true;
625 if (pDC->isCompute || pDC->doneFE)
    [all...]
context.h 402 volatile bool doneFE; // Is FE work done for this draw?
api.cpp 325 pCurDrawContext->doneFE = false;
    [all...]

Completed in 73 milliseconds