Lines Matching refs:STENCIL_CASE
412 #define STENCIL_CASE(NAME, DESCRIPTION, GEN_OPS_BODY) \ in init() macro
424 STENCIL_CASE(clear, "Stencil clear", in init()
432 STENCIL_CASE(stencil_fail_replace, "Set stencil on stencil fail", in init()
436 STENCIL_CASE(depth_fail_replace, "Set stencil on depth fail", in init()
441 STENCIL_CASE(depth_pass_replace, "Set stencil on depth pass", in init()
447 STENCIL_CASE(incr_stencil_fail, "Increment on stencil fail", in init()
457 STENCIL_CASE(decr_stencil_fail, "Decrement on stencil fail", in init()
468 STENCIL_CASE(incr_wrap_stencil_fail, "Increment (wrap) on stencil fail", in init()
474 STENCIL_CASE(decr_wrap_stencil_fail, "Decrement (wrap) on stencil fail", in init()
482 STENCIL_CASE(zero_stencil_fail, "Zero on stencil fail", in init()
488 STENCIL_CASE(invert_stencil_fail, "Invert on stencil fail", in init()
496 STENCIL_CASE(cmp_equal, "Equality comparison", in init()
504 STENCIL_CASE(cmp_not_equal, "Equality comparison", in init()
512 STENCIL_CASE(cmp_less_than, "Less than comparison", in init()
524 STENCIL_CASE(cmp_less_or_equal, "Less or equal comparison", in init()
536 STENCIL_CASE(cmp_greater_than, "Greater than comparison", in init()
547 STENCIL_CASE(cmp_greater_or_equal, "Greater or equal comparison", in init()
558 STENCIL_CASE(cmp_mask_equal, "Equality comparison with mask", in init()