/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_zsa.c | 65 … 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/a3xx/ |
D | fd3_zsa.c | 64 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/a2xx/ |
D | fd2_zsa.c | 63 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/a4xx/ |
D | fd4_zsa.c | 64 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/ |
D | fd5_zsa.c | 85 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/mesa/state_tracker/ |
D | st_atom_depth.c | 103 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()
|
D | st_cb_clear.c | 303 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE; in clear_with_quad()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 134 state->dynamic.stencil_op.front.fail_op = cmd_buffer->state.dynamic.stencil_op.front.fail_op; in radv_meta_save() 140 state->dynamic.stencil_op.back.fail_op = cmd_buffer->state.dynamic.stencil_op.back.fail_op; in radv_meta_save() 264 cmd_buffer->state.dynamic.stencil_op.front.fail_op = state->dynamic.stencil_op.front.fail_op; in radv_meta_restore() 270 cmd_buffer->state.dynamic.stencil_op.back.fail_op = state->dynamic.stencil_op.back.fail_op; in radv_meta_restore()
|
D | radv_private.h | 1274 VkStencilOp fail_op; member 1281 VkStencilOp fail_op; member 2024 VkStencilOp fail_op; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_zsa.c | 163 A6XX_RB_STENCIL_CONTROL_FAIL(fd_stencil_op(s->fail_op)) | in fd6_zsa_state_create() 178 A6XX_RB_STENCIL_CONTROL_FAIL_BF(fd_stencil_op(bs->fail_op)) | in fd6_zsa_state_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 138 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/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 914 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/src/gallium/frontends/nine/ |
D | nine_pipe.c | 49 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/docs/gallium/cso/ |
D | dsa.rst | 43 fail_op
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 241 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/drivers/r300/ |
D | r300_hyperz.c | 94 return s->enabled && (s->fail_op != PIPE_STENCIL_OP_KEEP || in r300_dsa_stencil_op_not_keep()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 326 unsigned fail_op:3; /**< PIPE_STENCIL_OP_x */ member
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 113 mstencil.stencil[0].fail_op = PIPE_STENCIL_OP_KEEP; in pp_jimenezmlaa_run()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 404 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/imagination/vulkan/ |
D | pvr_pipeline.c | 1731 gfx_pipeline->stencil_front.fail_op = front->failOp; in pvr_graphics_pipeline_init_depth_and_stencil_state() 1736 gfx_pipeline->stencil_back.fail_op = back->failOp; in pvr_graphics_pipeline_init_depth_and_stencil_state() 1741 gfx_pipeline->stencil_front.fail_op = VK_STENCIL_OP_KEEP; in pvr_graphics_pipeline_init_depth_and_stencil_state()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cs.c | 786 cfg.stencil_front.stencil_fail = pipeline->zs.s_front.fail_op; in panvk_per_arch() 790 cfg.stencil_back.stencil_fail = pipeline->zs.s_back.fail_op; in panvk_per_arch()
|
D | panvk_vX_pipeline.c | 653 pipeline->zs.s_front.fail_op = in panvk_pipeline_builder_parse_zs() 667 pipeline->zs.s_back.fail_op = in panvk_pipeline_builder_parse_zs()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 647 (lima_stencil_op(stencil[0].fail_op) << 3) | in lima_pack_render_state() 656 (lima_stencil_op(stencil[1].fail_op) << 3) | in lima_pack_render_state()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 239 translate_stencil_op(front->fail_op); in v3d_create_depth_stencil_alpha_state() 258 translate_stencil_op(back->fail_op); in v3d_create_depth_stencil_alpha_state()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 198 bits |= op_map[state->fail_op] << 19; in tlb_stencil_setup_bits()
|