Home
last modified time | relevance | path

Searched refs:fail_op (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c60 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create()
72 if (so->stencil[0].fail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
77 if (so->stencil[1].fail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
108 VIVS_PE_STENCIL_OP_FAIL_FRONT(translate_stencil_op(so->stencil[0].fail_op)) | in etna_zsa_state_create()
109 VIVS_PE_STENCIL_OP_FAIL_BACK(translate_stencil_op(so->stencil[1].fail_op)) | in etna_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_zsa.c66 A5XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd5_zsa_state_create()
79 A5XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd5_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_zsa.c64 A2XX_RB_DEPTHCONTROL_STENCILFAIL(fd_stencil_op(s->fail_op)) | in fd2_zsa_state_create()
78 A2XX_RB_DEPTHCONTROL_STENCILFAIL_BF(fd_stencil_op(bs->fail_op)) | in fd2_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.c68 A3XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd3_zsa_state_create()
82 A3XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd3_zsa_state_create()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_zsa.c68 A4XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd4_zsa_state_create()
84 A4XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd4_zsa_state_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c124 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]); in update_depth_stencil_alpha()
135 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]); in update_depth_stencil_alpha()
Dst_cb_clear.c258 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
/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()
226 (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_writes_stencil()
Dr300_state.c717 (r300_translate_stencil_op(state->stencil[0].fail_op) << in r300_create_dsa_state()
735 (r300_translate_stencil_op(state->stencil[1].fail_op) << in r300_create_dsa_state()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_cc.c120 front->fail_op << GEN6_ZS_DW0_STENCIL_FAIL_OP__SHIFT | in cc_set_gen6_DEPTH_STENCIL_STATE()
124 back->fail_op << GEN6_ZS_DW0_STENCIL1_FAIL_OP__SHIFT | in cc_set_gen6_DEPTH_STENCIL_STATE()
203 dw1 |= front->fail_op << GEN8_ZS_DW1_STENCIL_FAIL_OP__SHIFT | in cc_set_gen8_3DSTATE_WM_DEPTH_STENCIL()
207 back->fail_op << GEN8_ZS_DW1_STENCIL1_FAIL_OP__SHIFT | in cc_set_gen8_3DSTATE_WM_DEPTH_STENCIL()
Dilo_state_cc.h69 enum gen_stencil_op fail_op; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c147 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op); in svga_create_depth_stencil_state()
169 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op); in svga_create_depth_stencil_state()
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst43 fail_op
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c46 dsa.stencil[0].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILFAIL]); in nine_convert_dsa_state()
55 dsa.stencil[1].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILFAIL]); in nine_convert_dsa_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c241 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op)); in nv30_zsa_state_create()
257 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op)); in nv30_zsa_state_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h280 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c120 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter_rectlist.c397 info.stencil.front.fail_op = GEN6_STENCILOP_KEEP; in ilo_blitter_rectlist_clear_zs()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c480 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op); in i915_create_depth_stencil_state()
494 int fop = i915_translate_stencil_op(depth_stencil->stencil[1].fail_op); in i915_create_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c391 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op)); in nv50_zsa_state_create()
407 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c174 bits |= op_map[state->fail_op] << 19; in tlb_stencil_setup_bits()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c364 SB_DATA (so, nvgl_stencil_op(cso->stencil[0].fail_op)); in nvc0_zsa_state_create()
379 SB_DATA (so, nvgl_stencil_op(cso->stencil[1].fail_op)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c369 trace_dump_member(uint, &state->stencil[i], fail_op); in trace_dump_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1337 swr_convert_stencil_op(stencil[0].fail_op); in swr_update_derived()
1353 swr_convert_stencil_op(stencil[1].fail_op); in swr_update_derived()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c641 failOp = softpipe->depth_stencil->stencil[face].fail_op; in depth_stencil_test_quad()

12