OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthbias
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c
217
rast->
depthbias
= templ->offset_units;
228
rast->
depthbias
= 0;
svga_context.h
155
float
depthbias
;
member in struct:svga_rasterizer_state
svga_state_rss.c
238
* format. Don't do hardware
depthbias
while the software
245
bias = svga->curr.depthscale * curr->
depthbias
;
249
EMIT_RS_FLOAT( svga, bias,
DEPTHBIAS
, fail );
Completed in 98 milliseconds