Lines Matching refs:srcWidth
1288 int rgbaRowStride = 4 * srcWidth * sizeof(GLubyte); in _mesa_texstore_bptc_rgba_unorm()
1289 tempImage = malloc(srcWidth * srcHeight * 4 * sizeof(GLubyte)); in _mesa_texstore_bptc_rgba_unorm()
1298 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgba_unorm()
1303 rowstride = srcWidth * 4; in _mesa_texstore_bptc_rgba_unorm()
1305 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in _mesa_texstore_bptc_rgba_unorm()
1307 rowstride = _mesa_image_row_stride(srcPacking, srcWidth, in _mesa_texstore_bptc_rgba_unorm()
1311 compress_rgba_unorm(srcWidth, srcHeight, in _mesa_texstore_bptc_rgba_unorm()
1600 int rgbRowStride = 3 * srcWidth * sizeof(GLfloat); in texstore_bptc_rgb_float()
1601 tempImage = malloc(srcWidth * srcHeight * 3 * sizeof(GLfloat)); in texstore_bptc_rgb_float()
1609 srcWidth, srcHeight, srcDepth, in texstore_bptc_rgb_float()
1614 rowstride = srcWidth * sizeof(float) * 3; in texstore_bptc_rgb_float()
1616 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, in texstore_bptc_rgb_float()
1618 rowstride = _mesa_image_row_stride(srcPacking, srcWidth, in texstore_bptc_rgb_float()
1622 compress_rgb_float(srcWidth, srcHeight, in texstore_bptc_rgb_float()
1639 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_signed_float()
1652 srcWidth, srcHeight, srcDepth, in _mesa_texstore_bptc_rgb_unsigned_float()