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));
127 srcWidth, srcHeight, srcDepth,
134 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
140 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
166 ALIGN(srcPacking->RowLength, srcPacking->Alignment) != srcWidth ||
170 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte);
171 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
180 srcWidth, srcHeight, srcDepth,
186 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
192 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,
218 ALIGN(srcPacking->RowLength, srcPacking->Alignment) != srcWidth ||
222 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte);
223 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte));
232 srcWidth, srcHeight, srcDepth,
238 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight,
244 tx_compress_dxtn(4, srcWidth, srcHeight, pixels,