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

/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfetch.c76 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 Ds_texfetch.c76 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 Dradeon_texstate.c919 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 Dreadpix.c225 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 Dtexstore.c115 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 Dreadpix.c233 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 Dtexstore.c115 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 Dradeon_texstate.c912 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 Dr200_texstate.c1298 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 Dr200_texstate.c1292 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 D7.10.rst286 - mesa: remove assertion w/ undeclared variable texelBytes

Completed in 20 milliseconds