Home
last modified time | relevance | path

Searched refs:texelBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dreadpix.c236 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local
254 texelBytes = _mesa_get_format_bytes(rb->Format); in readpixels_memcpy()
255 bytesPerRow = texelBytes * width; in readpixels_memcpy()
Dtexstore.c116 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); in _mesa_memcpy_texture() local
117 const GLint bytesPerRow = srcWidth * texelBytes; in _mesa_memcpy_texture()
/third_party/mesa3d/docs/relnotes/
D7.10.rst286 - mesa: remove assertion w/ undeclared variable texelBytes