Searched refs:DepthLog2 (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_tex.c189 tx_format = ti->DepthLog2 << 28
/external/mesa3d/src/mesa/main/
H A Dteximage.c783 img->DepthLog2 = 0;
849 img->DepthLog2 = 0;
859 img->DepthLog2 = 0;
882 img->DepthLog2 = 0;
893 img->DepthLog2 = 0; /* not used */
899 img->Depth2 = depth - 2 * border; /* == 1 << img->DepthLog2; */
900 img->DepthLog2 = _mesa_logbase2(img->Depth2);
H A Dmtypes.h915 GLuint Depth; /**< = 2^DepthLog2 + 2*Border */
921 GLuint DepthLog2; /**< = log2(Depth2) */ member in struct:gl_texture_image
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1301 log2Depth = firstImage->DepthLog2;

Completed in 151 milliseconds