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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 91 ti->WidthLog2 << 16 |
nv10_state_tex.c 186 | ti->WidthLog2 << 16
nv20_state_tex.c 191 | ti->WidthLog2 << 20
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 135 const GLint twidth_log2 = texImg->WidthLog2; \
193 const GLint twidth_log2 = texImg->WidthLog2; \
551 info.twidth_log2 = texImg->WidthLog2; \
818 info.twidth_log2 = texImg->WidthLog2; \
    [all...]
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 636 t->pp_txformat |= ((texImage->WidthLog2 << RADEON_TXFORMAT_WIDTH_SHIFT) |
918 log2Width = firstImage->WidthLog2;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 734 t->pp_txformat |= ((texImage->WidthLog2 << R200_TXFORMAT_WIDTH_SHIFT) |
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 781 img->WidthLog2 = 0;
830 img->Width2 = width - 2 * border; /* == 1 << img->WidthLog2; */
831 img->WidthLog2 = _mesa_logbase2(img->Width2);
    [all...]
mtypes.h 913 GLuint Width; /**< = 2^WidthLog2 + 2*Border */
919 GLuint WidthLog2; /**< = log2(Width2) */
    [all...]

Completed in 125 milliseconds