Searched refs:depthScale (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 150 const GLuint depthScale = 0xffffffff; in _mesa_texstore_z32() local 172 depthScale, srcType, src, srcPacking); in _mesa_texstore_z32() 187 const GLuint depthScale = 0xffffff; in _mesa_texstore_x8_z24() local 202 depthScale, srcType, src, srcPacking); in _mesa_texstore_x8_z24() 217 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_x8() local 234 depthScale, srcType, src, srcPacking); in _mesa_texstore_z24_x8() 251 const GLuint depthScale = 0xffff; in _mesa_texstore_z16() local 266 GL_UNSIGNED_SHORT, dst16, depthScale, in _mesa_texstore_z16() 327 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_s8() local 372 depthScale, in _mesa_texstore_z24_s8() [all …]
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 83 tcu::Vec4 depthScale; in LogImage() local 88 computePixelScaleBias(depthAccess, depthScale, depthBias); in LogImage() 91 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f); in LogImage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 527 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in radeonPolygonOffset() local 528 float_ui32_type constant = { units * depthScale }; in radeonPolygonOffset()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 720 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in r200PolygonOffset() local 721 float_ui32_type constant = { units * depthScale }; in r200PolygonOffset()
|