Searched refs:tile_shift (Results 1 – 1 of 1) sorted by relevance
217 #define TILED_UNALIGNED_TYPE(pixel_t, is_store, tile_shift) { \ argument218 const unsigned mask = (1 << tile_shift) - 1; \226 unsigned block_x_s = (x >> tile_shift) * (1 << (tile_shift * 2)); \