Searched refs:depthscale (Results 1 – 4 of 4) sorted by relevance
121 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()
213 float depthscale; member
126 svga->curr.depthscale); in update_swtnl_draw()
245 bias = svga->curr.depthscale * curr->depthbias; in emit_rss()