Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c65 … so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP; in etna_zsa_state_create()
77 if (so->stencil[0].fail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
83 if (so->stencil[1].fail_op != PIPE_STENCIL_OP_KEEP || in etna_zsa_state_create()
112 VIVS_PE_STENCIL_OP_FAIL_FRONT(translate_stencil_op(stencil_front->fail_op)) | in etna_zsa_state_create()
113 VIVS_PE_STENCIL_OP_FAIL_BACK(translate_stencil_op(stencil_back->fail_op)) | in etna_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_zsa.c63 A2XX_RB_DEPTHCONTROL_STENCILFAIL(fd_stencil_op(s->fail_op)) | in fd2_zsa_state_create()
77 A2XX_RB_DEPTHCONTROL_STENCILFAIL_BF(fd_stencil_op(bs->fail_op)) | in fd2_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.c64 A3XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd3_zsa_state_create()
78 A3XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd3_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_zsa.c64 A4XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd4_zsa_state_create()
79 A4XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd4_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_zsa.c85 A5XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd5_zsa_state_create()
98 A5XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd5_zsa_state_create()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c80 state->stencil_op.front.fail_op = cmd_buffer->state.dynamic.stencil_op.front.fail_op; in radv_meta_save()
86 state->stencil_op.back.fail_op = cmd_buffer->state.dynamic.stencil_op.back.fail_op; in radv_meta_save()
174 cmd_buffer->state.dynamic.stencil_op.front.fail_op = state->stencil_op.front.fail_op; in radv_meta_restore()
180 cmd_buffer->state.dynamic.stencil_op.back.fail_op = state->stencil_op.back.fail_op; in radv_meta_restore()
Dradv_meta.h75 VkStencilOp fail_op; member
82 VkStencilOp fail_op; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c103 dsa->stencil[0].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[0]); in st_update_depth_stencil_alpha()
114 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]); in st_update_depth_stencil_alpha()
Dst_cb_clear.c312 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c164 A6XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd6_zsa_state_create()
179 A6XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd6_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c138 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op); in svga_create_depth_stencil_state()
160 ds->stencil[1].fail = svga_translate_stencil_op(templ->stencil[1].fail_op); in svga_create_depth_stencil_state()
/third_party/mesa3d/src/intel/vulkan/
Dgfx8_cmd_buffer.c565 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], in genX()
569 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.fail_op], in genX()
634 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], in genX()
638 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.fail_op], in genX()
Danv_cmd_buffer.c77 .fail_op = 0,
83 .fail_op = 0,
183 ANV_CMP_COPY(stencil_op.front.fail_op, ANV_CMD_DIRTY_DYNAMIC_STENCIL_OP); in anv_dynamic_state_copy()
187 ANV_CMP_COPY(stencil_op.back.fail_op, ANV_CMD_DIRTY_DYNAMIC_STENCIL_OP); in anv_dynamic_state_copy()
885 cmd_buffer->state.gfx.dynamic.stencil_op.front.fail_op = failOp; in anv_CmdSetStencilOpEXT()
892 cmd_buffer->state.gfx.dynamic.stencil_op.back.fail_op = failOp; in anv_CmdSetStencilOpEXT()
Dgfx7_cmd_buffer.c321 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op], in genX()
325 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.fail_op], in genX()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp914 face0->fail_op = translateStencilOp(pDepthStencilDesc->FrontFace.StencilFailOp); in CreateDepthStencilState()
922 face1->fail_op = translateStencilOp(pDepthStencilDesc->BackFace.StencilFailOp); in CreateDepthStencilState()
930 ASSERT(face0->fail_op == PIPE_STENCIL_OP_KEEP); in CreateDepthStencilState()
937 ASSERT(face1->fail_op == PIPE_STENCIL_OP_KEEP); in CreateDepthStencilState()
/third_party/mesa3d/docs/gallium/cso/
Ddsa.rst43 fail_op
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c49 dsa.stencil[0].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_STENCILFAIL]); in nine_convert_dsa_state()
58 dsa.stencil[1].fail_op = d3dstencilop_to_pipe_stencil_op(rs[D3DRS_CCW_STENCILFAIL]); in nine_convert_dsa_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c94 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_stencil_op_not_keep()
/third_party/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()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h318 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c113 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c404 int fop = i915_translate_stencil_op(stencil->fail_op); in i915_get_lis5_stencil()
419 int fop = i915_translate_stencil_op(stencil->fail_op); in i915_get_bfo()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c799 cfg.stencil_front.stencil_fail = pipeline->zs.s_front.fail_op; in panvk_per_arch()
803 cfg.stencil_back.stencil_fail = pipeline->zs.s_back.fail_op; in panvk_per_arch()
Dpanvk_vX_pipeline.c674 pipeline->zs.s_front.fail_op = in panvk_pipeline_builder_parse_zs()
688 pipeline->zs.s_back.fail_op = in panvk_pipeline_builder_parse_zs()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c667 (lima_stencil_op(stencil[0].fail_op) << 3) | in lima_pack_render_state()
676 (lima_stencil_op(stencil[1].fail_op) << 3) | in lima_pack_render_state()

123