Searched refs:HeightLog2 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c90 ti->HeightLog2 << 20 |
H A Dnv10_state_tex.c185 | ti->HeightLog2 << 20
H A Dnv20_state_tex.c190 | ti->HeightLog2 << 24
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c90 ti->HeightLog2 << 20 |
H A Dnv10_state_tex.c185 | ti->HeightLog2 << 20
H A Dnv20_state_tex.c190 | ti->HeightLog2 << 24
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c508 baseImage->HeightLog2);
513 baseImage->HeightLog2,
519 baseImage->HeightLog2);
H A Dteximage.c1116 img->HeightLog2 = 0;
1170 img->HeightLog2 = 0;
1180 img->HeightLog2 = 0; /* not used */
1200 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1201 img->HeightLog2 = _mesa_logbase2(img->Height2);
1210 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1211 img->HeightLog2 = _mesa_logbase2(img->Height2);
1217 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1218 img->HeightLog2 = _mesa_logbase2(img->Height2);
H A Dmtypes.h1200 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
1206 GLuint HeightLog2; /**< = log2(Height2) */ member in struct:gl_texture_image
/external/mesa3d/src/mesa/main/
H A Dtexobj.c508 baseImage->HeightLog2);
513 baseImage->HeightLog2,
519 baseImage->HeightLog2);
H A Dteximage.c1116 img->HeightLog2 = 0;
1170 img->HeightLog2 = 0;
1180 img->HeightLog2 = 0; /* not used */
1200 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1201 img->HeightLog2 = _mesa_logbase2(img->Height2);
1210 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1211 img->HeightLog2 = _mesa_logbase2(img->Height2);
1217 img->Height2 = height - 2 * border; /* == 1 << img->HeightLog2; */
1218 img->HeightLog2 = _mesa_logbase2(img->Height2);
H A Dmtypes.h1200 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
1206 GLuint HeightLog2; /**< = log2(Height2) */ member in struct:gl_texture_image
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c706 (texImage->HeightLog2 << RADEON_TXFORMAT_HEIGHT_SHIFT));
988 log2Height = firstImage->HeightLog2;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c706 (texImage->HeightLog2 << RADEON_TXFORMAT_HEIGHT_SHIFT));
988 log2Height = firstImage->HeightLog2;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c830 (texImage->HeightLog2 << R200_TXFORMAT_HEIGHT_SHIFT));
1395 log2Height = firstImage->HeightLog2;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c830 (texImage->HeightLog2 << R200_TXFORMAT_HEIGHT_SHIFT));
1395 log2Height = firstImage->HeightLog2;

Completed in 334 milliseconds