OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthscale
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c
121
svga->curr.
depthscale
= 1.0f / DEPTH_BIAS_SCALE_FACTOR_D16;
127
svga->curr.
depthscale
= 1.0f / DEPTH_BIAS_SCALE_FACTOR_D24S8;
130
svga->curr.
depthscale
= 1.0f / DEPTH_BIAS_SCALE_FACTOR_D32;
133
svga->curr.
depthscale
= 1.0f / ((float)(1<<23));
136
svga->curr.
depthscale
= 0.0f;
141
svga->curr.
depthscale
= 0.0f;
svga_context.h
213
float
depthscale
;
member in struct:svga_state
svga_swtnl_state.c
126
svga->curr.
depthscale
);
svga_state_rss.c
245
bias = svga->curr.
depthscale
* curr->depthbias;
Completed in 41 milliseconds