HomeSort by: relevance | last modified time | path
    Searched refs:HeightLog2 (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 90 ti->HeightLog2 << 20 |
nv10_state_tex.c 186 | ti->HeightLog2 << 20
nv20_state_tex.c 192 | ti->HeightLog2 << 24
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 90 ti->HeightLog2 << 20 |
nv10_state_tex.c 186 | ti->HeightLog2 << 20
nv20_state_tex.c 192 | ti->HeightLog2 << 24
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_texstate.c 638 (texImage->HeightLog2 << RADEON_TXFORMAT_HEIGHT_SHIFT));
921 log2Height = firstImage->HeightLog2;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_texstate.c 645 (texImage->HeightLog2 << RADEON_TXFORMAT_HEIGHT_SHIFT));
928 log2Height = firstImage->HeightLog2;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
teximage.c 815 img->HeightLog2 = 0;
875 img->HeightLog2 = 0;
885 img->HeightLog2 = 0; /* not used */
907 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
908 img->HeightLog2 = _mesa_logbase2(img->Height2);
921 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
922 img->HeightLog2 = _mesa_logbase2(img->Height2);
928 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
929 img->HeightLog2 = _mesa_logbase2(img->Height2);
mtypes.h 884 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
890 GLuint HeightLog2; /**< = log2(Height2) */
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_texstate.c 732 (texImage->HeightLog2 << R200_TXFORMAT_HEIGHT_SHIFT));
1300 log2Height = firstImage->HeightLog2;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_texstate.c 738 (texImage->HeightLog2 << R200_TXFORMAT_HEIGHT_SHIFT));
1306 log2Height = firstImage->HeightLog2;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
teximage.c 798 img->HeightLog2 = 0;
858 img->HeightLog2 = 0;
868 img->HeightLog2 = 0; /* not used */
890 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
891 img->HeightLog2 = util_logbase2(img->Height2);
904 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
905 img->HeightLog2 = util_logbase2(img->Height2);
911 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
912 img->HeightLog2 = util_logbase2(img->Height2);
mtypes.h 861 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
867 GLuint HeightLog2; /**< = log2(Height2) */

Completed in 71 milliseconds