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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 90 ti->HeightLog2 << 20 |
nv10_state_tex.c 185 | ti->HeightLog2 << 20
nv20_state_tex.c 190 | ti->HeightLog2 << 24
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 637 (texImage->HeightLog2 << RADEON_TXFORMAT_HEIGHT_SHIFT));
919 log2Height = firstImage->HeightLog2;
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 782 img->HeightLog2 = 0;
844 img->HeightLog2 = 0;
854 img->HeightLog2 = 0; /* not used */
876 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
877 img->HeightLog2 = _mesa_logbase2(img->Height2);
890 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
891 img->HeightLog2 = _mesa_logbase2(img->Height2);
897 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
898 img->HeightLog2 = _mesa_logbase2(img->Height2);
    [all...]
mtypes.h 914 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
920 GLuint HeightLog2; /**< = log2(Height2) */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 735 (texImage->HeightLog2 << R200_TXFORMAT_HEIGHT_SHIFT));
    [all...]

Completed in 177 milliseconds