Searched refs:xt0 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ | ||
| H A D | isl_tiled_memcpy.c | 842 uint32_t xt0, xt3; local in function:intel_linear_to_tiled 863 xt0 = ALIGN_DOWN(xt1, tw); 875 for (xt = xt0; xt < xt3; xt += tw) { 933 uint32_t xt0, xt3; local in function:intel_tiled_to_linear 963 xt0 = ALIGN_DOWN(xt1, tw); 975 for (xt = xt0; xt < xt3; xt += tw) { |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ | ||
| H A D | isl_tiled_memcpy.c | 840 uint32_t xt0, xt3; local in function:linear_to_tiled 861 xt0 = ALIGN_DOWN(xt1, tw); 873 for (xt = xt0; xt < xt3; xt += tw) { 931 uint32_t xt0, xt3; local in function:tiled_to_linear 961 xt0 = ALIGN_DOWN(xt1, tw); 973 for (xt = xt0; xt < xt3; xt += tw) { |
Completed in 9 milliseconds