Lines Matching refs:stencil

992       dsa->stencil[0].enabled = 1;  in renderer_polygon_stencil_begin()
993 dsa->stencil[0].writemask = 1; in renderer_polygon_stencil_begin()
994 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin()
995 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin()
996 dsa->stencil[0].zpass_op = PIPE_STENCIL_OP_INVERT; in renderer_polygon_stencil_begin()
997 dsa->stencil[0].func = PIPE_FUNC_ALWAYS; in renderer_polygon_stencil_begin()
998 dsa->stencil[0].valuemask = ~0; in renderer_polygon_stencil_begin()
1004 dsa->stencil[0].enabled = 1; in renderer_polygon_stencil_begin()
1005 dsa->stencil[0].writemask = ~0; in renderer_polygon_stencil_begin()
1006 dsa->stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin()
1007 dsa->stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in renderer_polygon_stencil_begin()
1008 dsa->stencil[0].zpass_op = PIPE_STENCIL_OP_INCR_WRAP; in renderer_polygon_stencil_begin()
1009 dsa->stencil[0].func = PIPE_FUNC_ALWAYS; in renderer_polygon_stencil_begin()
1010 dsa->stencil[0].valuemask = ~0; in renderer_polygon_stencil_begin()
1015 dsa->stencil[1] = dsa->stencil[0]; in renderer_polygon_stencil_begin()
1016 dsa->stencil[1].zpass_op = PIPE_STENCIL_OP_DECR_WRAP; in renderer_polygon_stencil_begin()
1057 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_INCR_WRAP; in renderer_polygon_stencil()
1065 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_DECR_WRAP; in renderer_polygon_stencil()
1109 dsa.stencil[0].enabled = 1; in renderer_polygon_fill_begin()
1110 dsa.stencil[0].func = PIPE_FUNC_NOTEQUAL; in renderer_polygon_fill_begin()
1111 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in renderer_polygon_fill_begin()
1112 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in renderer_polygon_fill_begin()
1113 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in renderer_polygon_fill_begin()
1114 dsa.stencil[0].valuemask = ~0; in renderer_polygon_fill_begin()
1115 dsa.stencil[0].writemask = ~0; in renderer_polygon_fill_begin()