Home
last modified time | relevance | path

Searched refs:_mesa_bytes_per_pixel (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dimage.c176 bytes_per_pixel = _mesa_bytes_per_pixel( format, type ); in _mesa_image_offset()
312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride()
359 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride()
875 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; in _mesa_swap_bytes_2d_image()
881 assert(_mesa_bytes_per_pixel(format, type) % swapSize == 0); in _mesa_swap_bytes_2d_image()
Dglformats.h58 _mesa_bytes_per_pixel( GLenum format, GLenum type );
Dpack.c1223 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image()
Dglformats.c424 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel() function
Ddlist.c1431 if (_mesa_bytes_per_pixel(format, type) < 0) { in unpack_image()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c491 const GLint bpp = _mesa_bytes_per_pixel(format, type); in search_drawpixels_cache()
577 const GLint bpp = _mesa_bytes_per_pixel(format, type); in cache_drawpixels_image()
Dst_pbo_compute.c72 GLint bpp = _mesa_bytes_per_pixel(format, type); in get_convert_format()
/third_party/mesa3d/docs/relnotes/
D7.10.rst403 - mesa: additional integer formats in \_mesa_bytes_per_pixel()