Home
last modified time | relevance | path

Searched refs:depthscale (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c163 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()
Dsvga_context.h296 float depthscale; member
Dsvga_state_rss.c271 bias = svga->curr.depthscale * curr->depthbias; in emit_rss_vgpu9()