| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texfetch.c | 76 GLuint texelBytes = _mesa_get_format_bytes(swImage->Base.TexFormat); local in function:fetch_compressed 78 assert(swImage->RowStride * bw % texelBytes == 0); 81 swImage->RowStride * bw / texelBytes,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texfetch.c | 76 GLuint texelBytes = _mesa_get_format_bytes(swImage->Base.TexFormat); local in function:fetch_compressed 78 assert(swImage->RowStride * bw % texelBytes == 0); 81 swImage->RowStride * bw / texelBytes,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texstate.c | 919 GLint log2Width, log2Height, texelBytes; local in function:setup_hardware_state 929 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat); 984 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | readpix.c | 225 int dstStride, stride, j, texelBytes, bytesPerRow; local in function:readpixels_memcpy 243 texelBytes = _mesa_get_format_bytes(rb->Format); 244 bytesPerRow = texelBytes * width;
|
| H A D | texstore.c | 115 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); local in function:_mesa_memcpy_texture 116 const GLint bytesPerRow = srcWidth * texelBytes;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | readpix.c | 233 int dstStride, stride, j, texelBytes, bytesPerRow; local in function:readpixels_memcpy 251 texelBytes = _mesa_get_format_bytes(rb->Format); 252 bytesPerRow = texelBytes * width;
|
| H A D | texstore.c | 115 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat); local in function:_mesa_memcpy_texture 116 const GLint bytesPerRow = srcWidth * texelBytes;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texstate.c | 912 GLint log2Width, log2Height, texelBytes; local in function:setup_hardware_state 922 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat); 977 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_texstate.c | 1298 GLint log2Width, log2Height, log2Depth, texelBytes; local in function:setup_hardware_state 1308 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat); 1311 "%s(%p, tex %p) log2(w %d, h %d, d %d), texelBytes %d. format %d\n", 1313 log2Depth, texelBytes, firstImage->TexFormat); 1399 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_texstate.c | 1292 GLint log2Width, log2Height, log2Depth, texelBytes; local in function:setup_hardware_state 1302 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat); 1305 "%s(%p, tex %p) log2(w %d, h %d, d %d), texelBytes %d. format %d\n", 1307 log2Depth, texelBytes, firstImage->TexFormat); 1396 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 286 - mesa: remove assertion w/ undeclared variable texelBytes
|