Searched refs:PIPE_STENCIL_OP_REPLACE (Results 1 – 17 of 17) sorted by relevance
66 PIPE_STENCIL_OP_REPLACE,
153 case PIPE_STENCIL_OP_REPLACE: in nvgl_stencil_op()
267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()268 depth_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()269 depth_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
78 return PIPE_STENCIL_OP_REPLACE; in gl_stencil_op_to_pipe()
721 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in draw_textured_quad()
95 case PIPE_STENCIL_OP_REPLACE: in i915_translate_stencil_op()
59 case PIPE_STENCIL_OP_REPLACE: return SVGA3D_STENCILOP_REPLACE; in svga_translate_stencil_op()
135 #define PIPE_STENCIL_OP_REPLACE 2 macro
152 case PIPE_STENCIL_OP_REPLACE: in r300_translate_stencil_op()
111 ctx->dsa_write_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()112 ctx->dsa_write_stencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()113 ctx->dsa_write_stencil.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in util_create_blit()
192 dsa.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in util_blitter_create()193 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in util_blitter_create()194 dsa.stencil[0].zfail_op = PIPE_STENCIL_OP_REPLACE; in util_blitter_create()
110 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_REPLACE; in pp_jimenezmlaa_run()
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()
212 case PIPE_STENCIL_OP_REPLACE: in lp_build_stencil_op_single()
450 case PIPE_STENCIL_OP_REPLACE: in apply_stencil_op()
1432 case PIPE_STENCIL_OP_REPLACE: in r600_translate_stencil_op()
538 case PIPE_STENCIL_OP_REPLACE: in si_translate_stencil_op()