Home
last modified time | relevance | path

Searched refs:ytile_height (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c58 static const uint32_t ytile_height = 32; variable
310 const uint32_t bytes_per_column = column_width * ytile_height; in linear_to_ytiled()
474 const uint32_t bytes_per_column = column_width * ytile_height; in ytiled_to_linear()
682 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { in linear_to_ytiled_faster()
684 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, in linear_to_ytiled_faster()
687 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, in linear_to_ytiled_faster()
782 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { in ytiled_to_linear_faster()
784 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, in ytiled_to_linear_faster()
787 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, in ytiled_to_linear_faster()
792 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, in ytiled_to_linear_faster()
[all …]