Searched refs:xtile_height (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tiled_memcpy.c | 55 static const uint32_t xtile_height = 8; variable 467 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) { in linear_to_xtiled_faster() 469 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height, in linear_to_xtiled_faster() 472 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height, in linear_to_xtiled_faster() 552 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) { in xtiled_to_linear_faster() 554 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height, in xtiled_to_linear_faster() 557 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height, in xtiled_to_linear_faster() 648 th = xtile_height; in linear_to_tiled() 739 th = xtile_height; in tiled_to_linear()
|