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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
knobs.h 133 #define KNOB_NUM_HOT_TILES_Y 256
140 #define KNOB_MAX_SCISSOR_Y KNOB_NUM_HOT_TILES_Y * KNOB_MACROTILE_Y_DIM
tilemgr.cpp 46 SWR_ASSERT(y < KNOB_NUM_HOT_TILES_Y);
48 if ((x & ~(KNOB_NUM_HOT_TILES_X-1)) | (y & ~(KNOB_NUM_HOT_TILES_Y-1)))
93 SWR_ASSERT(y < KNOB_NUM_HOT_TILES_Y);
188 SWR_ASSERT(y < KNOB_NUM_HOT_TILES_Y);
tilemgr.h 296 for (int y = 0; y < KNOB_NUM_HOT_TILES_Y; ++y)
318 HotTileSet mHotTiles[KNOB_NUM_HOT_TILES_X][KNOB_NUM_HOT_TILES_Y];
frontend.cpp 213 SWR_ASSERT(macroTileYMax <= KNOB_NUM_HOT_TILES_Y);
216 macroTileYMax = std::min<int32_t>(macroTileYMax, KNOB_NUM_HOT_TILES_Y);
    [all...]

Completed in 77 milliseconds