Searched refs:xtile_height (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy.c | 55 static const uint32_t xtile_height = 8; variable 637 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) { in linear_to_xtiled_faster() 639 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height, in linear_to_xtiled_faster() 642 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height, in linear_to_xtiled_faster() 726 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) { in xtiled_to_linear_faster() 728 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height, in xtiled_to_linear_faster() 731 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height, in xtiled_to_linear_faster() 736 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height, in xtiled_to_linear_faster() 848 th = xtile_height; in intel_linear_to_tiled() 939 th = xtile_height; in intel_tiled_to_linear()
|