Searched defs:pipe_depth_stencil_alpha_state (Results 1 – 2 of 2) sorted by relevance
330 struct pipe_depth_stencil_alpha_state struct332 struct pipe_stencil_state stencil[2]; /**< [0] = front, [1] = back */334 unsigned alpha_enabled:1; /**< alpha test enabled? */335 unsigned alpha_func:3; /**< PIPE_FUNC_x */337 unsigned depth_enabled:1; /**< depth test enabled? */338 unsigned depth_writemask:1; /**< allow depth buffer writes? */339 unsigned depth_func:3; /**< depth test func (PIPE_FUNC_x) */340 unsigned depth_bounds_test:1; /**< depth bounds test enabled? */342 float alpha_ref_value; /**< reference value */343 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;