Lines Matching refs:tiles_in_row

47     const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;  in micro_tile_8_x_4_8bit()  local
56 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint8_t); in micro_tile_8_x_4_8bit()
78 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_4_x_4_16bit() local
87 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t); in micro_tile_4_x_4_16bit()
109 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_8_x_2_16bit() local
118 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t); in micro_tile_8_x_2_16bit()
140 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_4_x_2_32bit() local
149 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint32_t); in micro_tile_4_x_2_32bit()
171 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_2_x_2_64bit() local
180 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint64_t); in micro_tile_2_x_2_64bit()
261 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_untile_8_x_4_8bit() local
271 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint8_t); in micro_untile_8_x_4_8bit()
294 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_untile_8_x_2_16bit() local
304 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t); in micro_untile_8_x_2_16bit()
327 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_untile_4_x_4_16bit() local
337 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint16_t); in micro_untile_4_x_4_16bit()
360 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_untile_4_x_2_32bit() local
370 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint32_t); in micro_untile_4_x_2_32bit()
393 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_untile_2_x_2_64bit() local
403 (k % tiles_in_row) * MICRO_TILE_SIZE / sizeof(uint64_t); in micro_untile_2_x_2_64bit()