Lines Matching refs:srcWidth
61 ALIGN(srcPacking->RowLength, srcPacking->Alignment) != srcWidth ||
65 int rgbRowStride = 3 * srcWidth * sizeof(GLubyte);
66 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLubyte));
74 srcWidth, srcHeight, srcDepth,
81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels,
113 ALIGN(srcPacking->RowLength, srcPacking->Alignment) != srcWidth ||
117 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte);
118 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
130 srcWidth, srcHeight, srcDepth,
137 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
143 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
169 ALIGN(srcPacking->RowLength, srcPacking->Alignment) != srcWidth ||
173 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte);
174 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
186 srcWidth, srcHeight, srcDepth,
192 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
198 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
224 ALIGN(srcPacking->RowLength, srcPacking->Alignment) != srcWidth ||
228 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte);
229 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
241 srcWidth, srcHeight, srcDepth,
247 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
253 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,