Lines Matching full:srcwidth
74 srcPacking->RowLength != srcWidth ||
80 srcWidth, srcHeight, srcDepth,
86 srcRowStride = 3 * srcWidth;
90 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
93 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat,
99 fxt1_encode(srcWidth, srcHeight, 3, pixels, srcRowStride,
130 srcWidth, srcHeight, srcDepth,
136 srcRowStride = 4 * srcWidth;
140 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
143 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat,
149 fxt1_encode(srcWidth, srcHeight, 4, pixels, srcRowStride,