Searched refs:depthscale (Results 1 – 3 of 3) sorted by relevance
163 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D16; in svga_set_framebuffer_state()169 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D24S8; in svga_set_framebuffer_state()172 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D32; in svga_set_framebuffer_state()175 svga->curr.depthscale = 1.0f / ((float)(1<<23)); in svga_set_framebuffer_state()178 svga->curr.depthscale = 0.0f; in svga_set_framebuffer_state()183 svga->curr.depthscale = 0.0f; in svga_set_framebuffer_state()
296 float depthscale; member
271 bias = svga->curr.depthscale * curr->depthbias; in emit_rss_vgpu9()