Searched refs:depthscale (Results 1 – 3 of 3) sorted by relevance
156 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D16; in svga_set_framebuffer_state()162 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D24S8; in svga_set_framebuffer_state()165 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D32; in svga_set_framebuffer_state()168 svga->curr.depthscale = 1.0f / ((float)(1<<23)); in svga_set_framebuffer_state()171 svga->curr.depthscale = 0.0f; in svga_set_framebuffer_state()176 svga->curr.depthscale = 0.0f; in svga_set_framebuffer_state()
281 float depthscale; member
252 bias = svga->curr.depthscale * curr->depthbias; in emit_rss_vgpu9()