Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c121 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D16; in svga_set_framebuffer_state()
127 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D24S8; in svga_set_framebuffer_state()
130 svga->curr.depthscale = 1.0f / DEPTH_BIAS_SCALE_FACTOR_D32; in svga_set_framebuffer_state()
133 svga->curr.depthscale = 1.0f / ((float)(1<<23)); in svga_set_framebuffer_state()
136 svga->curr.depthscale = 0.0f; in svga_set_framebuffer_state()
141 svga->curr.depthscale = 0.0f; in svga_set_framebuffer_state()
Dsvga_context.h213 float depthscale; member
Dsvga_swtnl_state.c126 svga->curr.depthscale); in update_swtnl_draw()
Dsvga_state_rss.c245 bias = svga->curr.depthscale * curr->depthbias; in emit_rss()