Home
last modified time | relevance | path

Searched refs:PIPE_STENCIL_OP_KEEP (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c95 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()
Dr300_state_inlines.h148 case PIPE_STENCIL_OP_KEEP: in r300_translate_stencil_op()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dd3d_enums.cpp63 PIPE_STENCIL_OP_KEEP,
64 PIPE_STENCIL_OP_KEEP,
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c108 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()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h151 case PIPE_STENCIL_OP_KEEP: in nvgl_stencil_op()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h91 case PIPE_STENCIL_OP_KEEP: in i915_translate_stencil_op()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c440 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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c57 case PIPE_STENCIL_OP_KEEP: return SVGA3D_STENCILOP_KEEP; in svga_translate_stencil_op()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c74 return PIPE_STENCIL_OP_KEEP; in gl_stencil_op_to_pipe()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h133 #define PIPE_STENCIL_OP_KEEP 0 macro
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c994 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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c201 stencil_op = PIPE_STENCIL_OP_KEEP; in lp_build_stencil_op_single()
205 case PIPE_STENCIL_OP_KEEP: in lp_build_stencil_op_single()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c786 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()
Dvl_compositor.c466 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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1428 case PIPE_STENCIL_OP_KEEP: in r600_translate_stencil_op()
Dr600_state.c2706 dsa.stencil[0].zpass_op = PIPE_STENCIL_OP_KEEP; in r600_create_db_flush_dsa()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c534 case PIPE_STENCIL_OP_KEEP: in si_translate_stencil_op()