Home
last modified time | relevance | path

Searched defs:depthScale (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c1013 const GLuint depthScale = 0xffffffff; in _mesa_texstore_z32() local
1063 const GLuint depthScale = 0xffffff; in _mesa_texstore_x8_z24() local
1093 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_x8() local
1127 const GLuint depthScale = 0xffff; in _mesa_texstore_z16() local
2777 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_s8() local
2869 const GLuint depthScale = 0xffffff; in _mesa_texstore_s8_z24() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c524 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in radeonPolygonOffset() local
1354 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in radeonUpdateWindow() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in r200PolygonOffset() local
1547 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in r200UpdateWindow() local
/external/deqp/framework/common/
DtcuTestLog.cpp83 tcu::Vec4 depthScale; in LogImage() local