Data Fields | |
unsigned | enabled:1 |
depth test enabled? | |
unsigned | writemask:1 |
allow depth buffer writes? | |
unsigned | func:3 |
depth test func (PIPE_FUNC_x) | |
unsigned | occlusion_count:1 |
do occlusion counting? |
Definition at line 173 of file p_state.h.
unsigned pipe_depth_state::enabled |
unsigned pipe_depth_state::writemask |
unsigned pipe_depth_state::func |
unsigned pipe_depth_state::occlusion_count |