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.c97 #define STENCIL_OP(NEW_VAL) \ macro
143 STENCIL_OP(0); in apply_stencil_op()
147 STENCIL_OP(ref); in apply_stencil_op()
151 STENCIL_OP(clamp(s + 1)); in apply_stencil_op()
155 STENCIL_OP(clamp(s - 1)); in apply_stencil_op()
159 STENCIL_OP(s + 1); in apply_stencil_op()
163 STENCIL_OP(s - 1); in apply_stencil_op()
167 STENCIL_OP(~s); in apply_stencil_op()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c365 context_dirty(ctx, STENCIL_OP); in nouveau_stencil_op_separate()