HomeSort by relevance Sort by last modified time
    Searched refs:texelBytes (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 75 GLuint texelBytes = _mesa_get_format_bytes(swImage->Base.TexFormat);
77 assert(swImage->RowStride * bw % texelBytes == 0);
80 swImage->RowStride * bw / texelBytes,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 910 GLint log2Width, log2Height, texelBytes;
920 texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
975 t->pp_txpitch = ((firstImage->Width * texelBytes) + 63) & ~(63);
    [all...]
  /external/mesa3d/src/mesa/main/
readpix.c 223 int dstStride, stride, j, texelBytes;
241 texelBytes = _mesa_get_format_bytes(rb->Format);
245 memcpy(dst, map, width * texelBytes);
    [all...]
texstore.c 114 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat);
115 const GLint bytesPerRow = srcWidth * texelBytes;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]

Completed in 218 milliseconds