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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
tilemgr.cpp 392 uint32_t colorHottileEnableMask = state.colorHottileEnable;
393 while (_BitScanForward(&rtSlot, colorHottileEnableMask))
413 colorHottileEnableMask &= ~(1 << rtSlot);
rasterizer.cpp     [all...]

Completed in 70 milliseconds