Searched refs:ytile_width (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 57 static const uint32_t ytile_width = 128; variable in typeref:typename:const uint32_t 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_widt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_tiled_memcpy.c | 57 static const uint32_t ytile_width = 128; variable in typeref:typename:const uint32_t 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_widt [all...] |
Completed in 5 milliseconds