Searched refs:xtile_height (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c55 static const uint32_t xtile_height = 8; variable in typeref:typename:const uint32_t
639 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) {
641 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height,
644 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height,
728 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) {
730 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height,
733 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height,
738 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height,
850 th = xtile_height;
941 th = xtile_height;
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c55 static const uint32_t xtile_height = 8; variable in typeref:typename:const uint32_t
637 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) {
639 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height,
642 return linear_to_xtiled(0, 0, xtile_width, xtile_width, 0, xtile_height,
726 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) {
728 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height,
731 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height,
736 return xtiled_to_linear(0, 0, xtile_width, xtile_width, 0, xtile_height,
848 th = xtile_height;
939 th = xtile_height;
[all...]

Completed in 6 milliseconds