Home | History | Annotate | Download | only in svga

Lines Matching defs:range_max

355    float range_max = 1.0;
541 range_max = viewport->scale[2] * 1.0f + viewport->translate[2];
547 if (range_min > range_max) {
550 range_min = range_max;
551 range_max = range_tmp;
561 range_max = 0.5f * viewport->scale[2] + 0.5f + viewport->translate[2];
648 svga->state.hw_clear.depthrange.zmax != range_max)
654 ret = SVGA3D_SetZRange(svga->swc, range_min, range_max );
659 svga->state.hw_clear.depthrange.zmax = range_max;
670 vp.maxDepth = range_max;
678 svga->state.hw_clear.depthrange.zmax = range_max;