Searched refs:YTILE_WIDTH (Results 1 – 1 of 1) sorted by relevance
1323 #define YTILE_WIDTH 32 macro1325 #define YTILE_SIZE (YTILE_WIDTH * YTILE_HEIGHT * 4)1334 offset = ((y / YTILE_HEIGHT) * width_in_blocks + (x / YTILE_WIDTH)) * YTILE_SIZE; in intel_ytile_get_offset()1336 x = x % YTILE_WIDTH; in intel_ytile_get_offset()1352 offset = ((y / YTILE_HEIGHT) * width_in_blocks + (x / YTILE_WIDTH)) * YTILE_SIZE; in intel_4tile_get_offset()1354 x = x % YTILE_WIDTH; in intel_4tile_get_offset()