Data Fields | |
| unsigned | enabled:1 |
| stencil[0]: stencil enabled, stencil[1]: two-side enabled | |
| unsigned | func:3 |
| PIPE_FUNC_x. | |
| unsigned | fail_op:3 |
| PIPE_STENCIL_OP_x. | |
| unsigned | zpass_op:3 |
| PIPE_STENCIL_OP_x. | |
| unsigned | zfail_op:3 |
| PIPE_STENCIL_OP_x. | |
| ubyte | ref_value |
| ubyte | value_mask |
| ubyte | write_mask |
Definition at line 181 of file p_state.h.
| unsigned pipe_stencil_state::enabled |
| unsigned pipe_stencil_state::func |
| unsigned pipe_stencil_state::fail_op |
| unsigned pipe_stencil_state::zpass_op |
| unsigned pipe_stencil_state::zfail_op |
1.5.4