Searched refs:texelBytes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c979 GLint log2Width, log2Height, texelBytes; local
989 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
1044 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.c235 int dstStride, stride, j, texelBytes; local
276 texelBytes = _mesa_get_format_bytes(rb->Format);
306 memcpy(dst, map, width * texelBytes);
H A Dtexstore.c941 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); local
942 const GLint bytesPerRow = srcWidth * texelBytes;
2345 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); local
2348 ASSERT(texelBytes == 2);
2418 memcpy(dst, src, srcWidth * texelBytes);
2420 src += srcWidth * texelBytes;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c979 GLint log2Width, log2Height, texelBytes; local
989 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
1044 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
/external/mesa3d/src/mesa/main/
H A Dreadpix.c235 int dstStride, stride, j, texelBytes; local
276 texelBytes = _mesa_get_format_bytes(rb->Format);
306 memcpy(dst, map, width * texelBytes);
H A Dtexstore.c941 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); local
942 const GLint bytesPerRow = srcWidth * texelBytes;
2345 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); local
2348 ASSERT(texelBytes == 2);
2418 memcpy(dst, src, srcWidth * texelBytes);
2420 src += srcWidth * texelBytes;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1387 GLint log2Width, log2Height, log2Depth, texelBytes; local
1397 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
1400 "%s(%p, tex %p) log2(w %d, h %d, d %d), texelBytes %d. format %d\n",
1402 log2Depth, texelBytes, firstImage->TexFormat);
1488 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1387 GLint log2Width, log2Height, log2Depth, texelBytes; local
1397 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
1400 "%s(%p, tex %p) log2(w %d, h %d, d %d), texelBytes %d. format %d\n",
1402 log2Depth, texelBytes, firstImage->TexFormat);
1488 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);

Completed in 274 milliseconds