Searched defs:pipe_depth_stencil_alpha_state (Results 1 – 2 of 2) sorted by relevance
332 struct pipe_depth_stencil_alpha_state struct334 struct pipe_stencil_state stencil[2]; /**< [0] = front, [1] = back */336 unsigned alpha_enabled:1; /**< alpha test enabled? */337 unsigned alpha_func:3; /**< PIPE_FUNC_x */339 unsigned depth_enabled:1; /**< depth test enabled? */340 unsigned depth_writemask:1; /**< allow depth buffer writes? */341 unsigned depth_func:3; /**< depth test func (PIPE_FUNC_x) */342 unsigned depth_bounds_test:1; /**< depth bounds test enabled? */344 float alpha_ref_value; /**< reference value */345 double depth_bounds_min; /**< minimum depth bound */[all …]
251 struct pipe_depth_stencil_alpha_state struct253 struct pipe_depth_state depth;254 struct pipe_stencil_state stencil[2]; /**< [0] = front, [1] = back */255 struct pipe_alpha_state alpha;