Searched refs:depthScale (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstore.c | 151 const GLuint depthScale = 0xffffffff; local in function:_mesa_texstore_z32 173 depthScale, srcType, src, srcPacking); 188 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_x8_z24 203 depthScale, srcType, src, srcPacking); 218 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_x8 235 depthScale, srcType, src, srcPacking); 252 const GLuint depthScale = 0xffff; local in function:_mesa_texstore_z16 267 GL_UNSIGNED_SHORT, dst16, depthScale, 328 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_s8 373 depthScale, 407 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_s8_z24 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texstore.c | 151 const GLuint depthScale = 0xffffffff; local in function:_mesa_texstore_z32 173 depthScale, srcType, src, srcPacking); 188 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_x8_z24 203 depthScale, srcType, src, srcPacking); 218 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_x8 235 depthScale, srcType, src, srcPacking); 252 const GLuint depthScale = 0xffff; local in function:_mesa_texstore_z16 267 GL_UNSIGNED_SHORT, dst16, depthScale, 326 const GLuint depthScale = 0xffffff; local in function:_mesa_texstore_z24_s8 371 depthScale, 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 D | r200_state.c | 720 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:r200PolygonOffset 721 float_ui32_type constant = { units * depthScale };
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state.c | 526 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:radeonPolygonOffset 527 float_ui32_type constant = { units * depthScale };
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 719 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:r200PolygonOffset 720 float_ui32_type constant = { units * depthScale };
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state.c | 525 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; local in function:radeonPolygonOffset 526 float_ui32_type constant = { units * depthScale };
|
Completed in 14 milliseconds