Lines Matching refs:STENCIL_CASE
409 #define STENCIL_CASE(NAME, DESCRIPTION, GEN_OPS_BODY) \ in init() macro
421 STENCIL_CASE(clear, "Stencil clear", in init()
429 STENCIL_CASE(stencil_fail_replace, "Set stencil on stencil fail", in init()
433 STENCIL_CASE(depth_fail_replace, "Set stencil on depth fail", in init()
438 STENCIL_CASE(depth_pass_replace, "Set stencil on depth pass", in init()
444 STENCIL_CASE(incr_stencil_fail, "Increment on stencil fail", in init()
454 STENCIL_CASE(decr_stencil_fail, "Decrement on stencil fail", in init()
465 STENCIL_CASE(incr_wrap_stencil_fail, "Increment (wrap) on stencil fail", in init()
471 STENCIL_CASE(decr_wrap_stencil_fail, "Decrement (wrap) on stencil fail", in init()
479 STENCIL_CASE(zero_stencil_fail, "Zero on stencil fail", in init()
485 STENCIL_CASE(invert_stencil_fail, "Invert on stencil fail", in init()
493 STENCIL_CASE(cmp_equal, "Equality comparison", in init()
501 STENCIL_CASE(cmp_not_equal, "Equality comparison", in init()
509 STENCIL_CASE(cmp_less_than, "Less than comparison", in init()
521 STENCIL_CASE(cmp_less_or_equal, "Less or equal comparison", in init()
533 STENCIL_CASE(cmp_greater_than, "Greater than comparison", in init()
544 STENCIL_CASE(cmp_greater_or_equal, "Greater or equal comparison", in init()
555 STENCIL_CASE(cmp_mask_equal, "Equality comparison with mask", in init()