Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_stencil.c96 #define STENCIL_OP(NEW_VAL) \ macro
142 STENCIL_OP(0); in apply_stencil_op()
146 STENCIL_OP(ref); in apply_stencil_op()
150 STENCIL_OP(clamp(s + 1)); in apply_stencil_op()
154 STENCIL_OP(clamp(s - 1)); in apply_stencil_op()
158 STENCIL_OP(s + 1); in apply_stencil_op()
162 STENCIL_OP(s - 1); in apply_stencil_op()
166 STENCIL_OP(~s); in apply_stencil_op()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_stencil.c96 #define STENCIL_OP(NEW_VAL) \ macro
142 STENCIL_OP(0); in apply_stencil_op()
146 STENCIL_OP(ref); in apply_stencil_op()
150 STENCIL_OP(clamp(s + 1)); in apply_stencil_op()
154 STENCIL_OP(clamp(s - 1)); in apply_stencil_op()
158 STENCIL_OP(s + 1); in apply_stencil_op()
162 STENCIL_OP(s - 1); in apply_stencil_op()
166 STENCIL_OP(~s); in apply_stencil_op()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c374 context_dirty(ctx, STENCIL_OP); in nouveau_stencil_op_separate()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c374 context_dirty(ctx, STENCIL_OP); in nouveau_stencil_op_separate()