Lines Matching defs:yt1
822 * Divide the region given by X range [xt1, xt2) and Y range [yt1, yt2) into
828 * 'src' is the address of (xt1, yt1) in the source linear texture.
832 uint32_t yt1, uint32_t yt2,
863 yt0 = ALIGN_DOWN(yt1, th);
878 uint32_t y0 = MAX2(yt1, yt);
902 src + (ptrdiff_t)xt - xt1 + ((ptrdiff_t)yt - yt1) * src_pitch,
913 * Divide the region given by X range [xt1, xt2) and Y range [yt1, yt2) into
918 * 'dst' is the address of (xt1, yt1) in the destination linear texture.
923 uint32_t yt1, uint32_t yt2,
963 yt0 = ALIGN_DOWN(yt1, th);
978 uint32_t y0 = MAX2(yt1, yt);
1001 dst + (ptrdiff_t)xt - xt1 + ((ptrdiff_t)yt - yt1) * dst_pitch,