Home
last modified time | relevance | path

Searched defs:pipe_depth_stencil_alpha_state (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h326 struct pipe_depth_stencil_alpha_state struct
328 struct pipe_stencil_state stencil[2]; /**< [0] = front, [1] = back */
330 unsigned alpha_enabled:1; /**< alpha test enabled? */
331 unsigned alpha_func:3; /**< PIPE_FUNC_x */
333 unsigned depth_enabled:1; /**< depth test enabled? */
334 unsigned depth_writemask:1; /**< allow depth buffer writes? */
335 unsigned depth_func:3; /**< depth test func (PIPE_FUNC_x) */
336 unsigned depth_bounds_test:1; /**< depth bounds test enabled? */
338 float alpha_ref_value; /**< reference value */
339 double depth_bounds_min; /**< minimum depth bound */
[all …]