Searched refs:ytile_height (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 58 static const uint32_t ytile_height = 32; variable in typeref:typename:const uint32_t 312 const uint32_t bytes_per_column = column_width * ytile_height; 476 const uint32_t bytes_per_column = column_width * ytile_height; 684 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { 686 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, 689 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, 784 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { 786 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, 789 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, 794 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 58 static const uint32_t ytile_height = 32; variable in typeref:typename:const uint32_t 310 const uint32_t bytes_per_column = column_width * ytile_height; 474 const uint32_t bytes_per_column = column_width * ytile_height; 682 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { 684 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, 687 return linear_to_ytiled(0, 0, ytile_width, ytile_width, 0, ytile_height, 782 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) { 784 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, 787 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, 792 return ytiled_to_linear(0, 0, ytile_width, ytile_width, 0, ytile_height, [all...] |
Completed in 4 milliseconds