Searched refs:xt3 (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 864 xt3 = ALIGN_UP (xt2, tw); 875 for (xt = xt0; xt < xt3; xt += tw) { 933 uint32_t xt0, xt3; local in function:intel_tiled_to_linear 964 xt3 = ALIGN_UP (xt2, 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 862 xt3 = ALIGN_UP (xt2, tw); 873 for (xt = xt0; xt < xt3; xt += tw) { 931 uint32_t xt0, xt3; local in function:tiled_to_linear 962 xt3 = ALIGN_UP (xt2, tw); 973 for (xt = xt0; xt < xt3; xt += tw) { |
Completed in 5 milliseconds