Searched refs:tiles_in_row (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c47 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_8_x_4_8bit
56 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint8_t);
78 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_4_x_4_16bit
87 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t);
109 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_8_x_2_16bit
118 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t);
140 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_4_x_2_32bit
149 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint32_t);
171 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_2_x_2_64bit
180 (k % tiles_in_row) * MICRO_TILE_SIZ
261 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_8_x_4_8bit
294 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_8_x_2_16bit
327 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_4_x_4_16bit
360 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_4_x_2_32bit
393 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_2_x_2_64bit
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c47 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_8_x_4_8bit
56 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint8_t);
78 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_4_x_4_16bit
87 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t);
109 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_8_x_2_16bit
118 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t);
140 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_4_x_2_32bit
149 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint32_t);
171 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_tile_2_x_2_64bit
180 (k % tiles_in_row) * MICRO_TILE_SIZ
261 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_8_x_4_8bit
294 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_8_x_2_16bit
327 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_4_x_4_16bit
360 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_4_x_2_32bit
393 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; local in function:micro_untile_2_x_2_64bit
[all...]

Completed in 3 milliseconds