Home
last modified time | relevance | path

Searched refs:_MRD (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c180 key.offset_units = ctx->Polygon.OffsetUnits * ctx->DrawBuffer->_MRD * 2; in brw_upload_clip_prog()
181 key.offset_factor = ctx->Polygon.OffsetFactor * ctx->DrawBuffer->_MRD; in brw_upload_clip_prog()
182 key.offset_clamp = ctx->Polygon.OffsetClamp * ctx->DrawBuffer->_MRD; in brw_upload_clip_prog()
/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h240 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD; in TAG()
242 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0); in TAG()
473 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD; in TAG()
475 offset *= ctx->DrawBuffer->_MRD * (REVERSE_DEPTH ? -1.0 : 1.0); in TAG()
/third_party/mesa3d/src/mesa/main/
Dframebuffer.c79 fb->_MRD = (GLfloat)1.0 / fb->_DepthMaxF; in compute_depth_max()
Dmtypes.h3631 GLfloat _MRD; /**< minimum resolvable difference in Z values */ member