Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dreadpix.c235 int dstStride, stride, j, texelBytes; in fast_read_rgba_pixels_memcpy() local
276 texelBytes = _mesa_get_format_bytes(rb->Format); in fast_read_rgba_pixels_memcpy()
306 memcpy(dst, map, width * texelBytes); in fast_read_rgba_pixels_memcpy()
Dtexstore.c941 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); in memcpy_texture() local
942 const GLint bytesPerRow = srcWidth * texelBytes; in memcpy_texture()
2345 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); in _mesa_texstore_dudv8() local
2348 ASSERT(texelBytes == 2); in _mesa_texstore_dudv8()
2418 memcpy(dst, src, srcWidth * texelBytes); in _mesa_texstore_dudv8()
2420 src += srcWidth * texelBytes; in _mesa_texstore_dudv8()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c979 GLint log2Width, log2Height, texelBytes; in setup_hardware_state() local
989 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat); in setup_hardware_state()
1044 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63); in setup_hardware_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c1387 GLint log2Width, log2Height, log2Depth, texelBytes; in setup_hardware_state() local
1397 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat); in setup_hardware_state()
1402 log2Depth, texelBytes, firstImage->TexFormat); in setup_hardware_state()
1488 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63); in setup_hardware_state()