Searched refs:block_x_s (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_tiling.c61 int block_x_s = (x >> 4) * 256; local in function:lima_store_tiled_image_bpp4
66 uint32_t *dest = dst + block_start_s + 4 * (block_x_s + index);
87 int block_x_s = (x >> 4) * 256; local in function:lima_store_tiled_image_generic
93 uint8_t *dest = dst + block_start_s + bpp * (block_x_s + index);
114 int block_x_s = (x >> 4) * 256; local in function:lima_load_tiled_image_bpp4
119 const uint32_t *source = src + block_start_s + 4 * (block_x_s + index);
140 int block_x_s = (x >> 4) * 256; local in function:lima_load_tiled_image_generic
146 const uint8_t *source = src + block_start_s + bpp * (block_x_s + index);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.c185 int block_x_s = ((x + off_x) >> 4) * 256; local in function:panfrost_texture_swizzle
190 uint8_t *dest = ldest + bytes_per_pixel * (block_start_s + block_x_s + index);
/xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
H A Dpan_tiling.c226 unsigned block_x_s = (x >> tile_shift) * (1 << (tile_shift * 2)); \
229 uint8_t *dest = dst + block_start_s + sizeof(pixel_t) * (block_x_s + index); \

Completed in 5 milliseconds