Searched refs:_MRD (Results 1 – 4 of 4) sorted by relevance
180 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()
240 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()
79 fb->_MRD = (GLfloat)1.0 / fb->_DepthMaxF; in compute_depth_max()
3631 GLfloat _MRD; /**< minimum resolvable difference in Z values */ member