pipe_stencil_state Struct Reference


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

Detailed Description

Definition at line 181 of file p_state.h.


Field Documentation

unsigned pipe_stencil_state::enabled

stencil[0]: stencil enabled, stencil[1]: two-side enabled

Definition at line 182 of file p_state.h.

unsigned pipe_stencil_state::func

PIPE_FUNC_x.

Definition at line 183 of file p_state.h.

unsigned pipe_stencil_state::fail_op

PIPE_STENCIL_OP_x.

Definition at line 184 of file p_state.h.

unsigned pipe_stencil_state::zpass_op

PIPE_STENCIL_OP_x.

Definition at line 185 of file p_state.h.

unsigned pipe_stencil_state::zfail_op

PIPE_STENCIL_OP_x.

Definition at line 186 of file p_state.h.

ubyte pipe_stencil_state::ref_value

Definition at line 187 of file p_state.h.

ubyte pipe_stencil_state::value_mask

Definition at line 188 of file p_state.h.

ubyte pipe_stencil_state::write_mask

Definition at line 189 of file p_state.h.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:04 2009 for Gallium3D by  doxygen 1.5.4