Searched refs:PIPE_STENCIL_OP_KEEP (Results 1 – 17 of 17) sorted by relevance
95 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_stencil_op_not_keep()96 s->zfail_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_stencil_op_not_keep()226 (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_writes_stencil()227 s->zfail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_writes_stencil()228 s->zpass_op != PIPE_STENCIL_OP_KEEP); in r300_dsa_writes_stencil()
148 case PIPE_STENCIL_OP_KEEP: in r300_translate_stencil_op()
63 PIPE_STENCIL_OP_KEEP,64 PIPE_STENCIL_OP_KEEP,
108 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()109 mstencil.stencil[0].zfail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()142 mstencil.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
151 case PIPE_STENCIL_OP_KEEP: in nvgl_stencil_op()
91 case PIPE_STENCIL_OP_KEEP: in i915_translate_stencil_op()
440 case PIPE_STENCIL_OP_KEEP: in apply_stencil_op()642 if (failOp != PIPE_STENCIL_OP_KEEP) { in depth_stencil_test_quad()655 if (zFailOp != PIPE_STENCIL_OP_KEEP) { in depth_stencil_test_quad()660 if (zPassOp != PIPE_STENCIL_OP_KEEP) { in depth_stencil_test_quad()
57 case PIPE_STENCIL_OP_KEEP: return SVGA3D_STENCILOP_KEEP; in svga_translate_stencil_op()
74 return PIPE_STENCIL_OP_KEEP; in gl_stencil_op_to_pipe()
133 #define PIPE_STENCIL_OP_KEEP 0 macro
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()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()
201 stencil_op = PIPE_STENCIL_OP_KEEP; in lp_build_stencil_op_single()205 case PIPE_STENCIL_OP_KEEP: in lp_build_stencil_op_single()
786 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()787 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()788 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
466 dsa.stencil[i].fail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()467 dsa.stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()468 dsa.stencil[i].zfail_op = PIPE_STENCIL_OP_KEEP; in init_pipe_state()
1428 case PIPE_STENCIL_OP_KEEP: in r600_translate_stencil_op()
2706 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP; in r600_create_db_flush_dsa()
534 case PIPE_STENCIL_OP_KEEP: in si_translate_stencil_op()