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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 377 SWR_STATS_FE statsFE; // Only one FE thread per DC.
512 #define UPDATE_STAT_FE(name, count) if (GetApiState(pDC).enableStatsFE) { pDC->dynState.statsFE.name += count; }
threads.cpp 585 SWR_STATS_FE& stats = pDC->dynState.statsFE;
    [all...]

Completed in 70 milliseconds