Searched defs:depthScale (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c151 const GLuint depthScale = 0xffffffff; local in function:_mesa_texstore_z32
188 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_x8_z24
218 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_x8
252 const GLuint depthScale = 0xffff; local in function:_mesa_texstore_z16
328 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_s8
407 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_s8_z24
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c151 const GLuint depthScale = 0xffffffff; local in function:_mesa_texstore_z32
188 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_x8_z24
218 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_x8
252 const GLuint depthScale = 0xffff; local in function:_mesa_texstore_z16
326 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_s8
405 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_s8_z24
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c720 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:r200PolygonOffset
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c526 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:radeonPolygonOffset
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c719 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:r200PolygonOffset
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c525 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:radeonPolygonOffset

Completed in 22 milliseconds