Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstore.c151 const GLuint depthScale = 0xffffffff; in _mesa_texstore_z32() local
188 const GLuint depthScale = 0xffffff; in _mesa_texstore_x8_z24() local
218 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_x8() local
252 const GLuint depthScale = 0xffff; in _mesa_texstore_z16() local
326 const GLuint depthScale = 0xffffff; in _mesa_texstore_z24_s8() local
405 const GLuint depthScale = 0xffffff; in _mesa_texstore_s8_z24() local
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp84 tcu::Vec4 depthScale; in LogImage() local
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c525 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in radeonPolygonOffset() local
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c719 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in r200PolygonOffset() local