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.h334 struct pipe_depth_stencil_alpha_state struct
336 struct pipe_stencil_state stencil[2]; /**< [0] = front, [1] = back */
338 unsigned alpha_enabled:1; /**< alpha test enabled? */
339 unsigned alpha_func:3; /**< PIPE_FUNC_x */
341 unsigned depth_enabled:1; /**< depth test enabled? */
342 unsigned depth_writemask:1; /**< allow depth buffer writes? */
343 unsigned depth_func:3; /**< depth test func (PIPE_FUNC_x) */
344 unsigned depth_bounds_test:1; /**< depth bounds test enabled? */
346 float alpha_ref_value; /**< reference value */
347 double depth_bounds_min; /**< minimum depth bound */
[all …]