Searched refs:yt3 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c843 uint32_t yt0, yt3; local in function:intel_linear_to_tiled
866 yt3 = ALIGN_UP (yt2, th);
874 for (yt = yt0; yt < yt3; yt += th) {
934 uint32_t yt0, yt3; local in function:intel_tiled_to_linear
966 yt3 = ALIGN_UP (yt2, th);
974 for (yt = yt0; yt < yt3; yt += th) {
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c841 uint32_t yt0, yt3; local in function:linear_to_tiled
864 yt3 = ALIGN_UP (yt2, th);
872 for (yt = yt0; yt < yt3; yt += th) {
932 uint32_t yt0, yt3; local in function:tiled_to_linear
964 yt3 = ALIGN_UP (yt2, th);
972 for (yt = yt0; yt < yt3; yt += th) {

Completed in 4 milliseconds