Home
last modified time | relevance | path

Searched refs:STENCIL_OP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_stencil.c98 #define STENCIL_OP(NEW_VAL) \ macro
144 STENCIL_OP(0); in apply_stencil_op()
148 STENCIL_OP(ref); in apply_stencil_op()
152 STENCIL_OP(clamp(s + 1)); in apply_stencil_op()
156 STENCIL_OP(clamp(s - 1)); in apply_stencil_op()
160 STENCIL_OP(s + 1); in apply_stencil_op()
164 STENCIL_OP(s - 1); in apply_stencil_op()
168 STENCIL_OP(~s); in apply_stencil_op()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c364 context_dirty(ctx, STENCIL_OP); in nouveau_stencil_op_separate()