Searched refs:_mesa_bytes_per_pixel (Results 1 – 6 of 6) sorted by relevance
50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
159 bytes_per_pixel = _mesa_bytes_per_pixel( format, type ); in _mesa_image_offset()295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride()342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride()
224 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel() function
5860 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image()
917 if (_mesa_bytes_per_pixel(format, type) < 0) { in unpack_image()
3544 bpp = _mesa_bytes_per_pixel(format, type); in _mesa_meta_CopyTexSubImage()