Home
last modified time | relevance | path

Searched refs:depth_enabled (Results 1 – 25 of 59) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c50 cs->z_test_enabled = so->depth_enabled && so->depth_func != PIPE_FUNC_ALWAYS; in etna_zsa_state_create()
51 cs->z_write_enabled = so->depth_enabled && so->depth_writemask; in etna_zsa_state_create()
Detnaviv_state.h37 return ctx->zsa && ctx->zsa->depth_enabled; in etna_depth_enabled()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c118 if (dsa->dsa.depth_enabled) { in r300_hiz_allowed()
172 if (!dsa->dsa.depth_enabled && in r300_update_hyperz()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_binning.c181 if (!sctx->framebuffer.state.zsbuf || (!dsa->depth_enabled && !dsa->stencil_enabled)) { in si_get_depth_bin_size()
188 unsigned depth_coeff = dsa->depth_enabled ? 5 : 0; in si_get_depth_bin_size()
391 const unsigned cPerDepthSample = dsa->depth_enabled ? 5 : 0; in gfx10_get_bin_sizes()
Dsi_state.h132 bool depth_enabled : 1; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.h36 return ctx->zsa && ctx->zsa->depth_enabled; in fd_depth_enabled()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c46 (sp->depth_stencil->depth_enabled && in sp_build_quad_pipeline()
Dsp_quad_depth_test.c659 if (softpipe->depth_stencil->depth_enabled) { in depth_stencil_test_quad()
860 if (have_zs && (qs->softpipe->depth_stencil->depth_enabled || in depth_test_quads_fallback()
897 if (have_zs && (qs->softpipe->depth_stencil->depth_enabled || in depth_test_quads_fallback()
902 if (qs->softpipe->depth_stencil->depth_enabled) { in depth_test_quads_fallback()
995 boolean depth = qs->softpipe->depth_stencil->depth_enabled; in choose_depth_test()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_zsa.c50 if (cso->depth_enabled) in fd2_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_zsa.c50 if (cso->depth_enabled) in fd3_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_zsa.c50 if (cso->depth_enabled) in fd4_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_zsa.c71 if (cso->depth_enabled) in fd5_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c118 state->depth_enabled = 0; in llvmpipe_create_depth_stencil_state()
Dlp_state_derived.c300 !llvmpipe->depth_stencil->depth_enabled && in llvmpipe_update_derived()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c88 dsa->depth_enabled = 1; in st_update_depth_stencil_alpha()
Dst_cb_clear.c302 depth_stencil.depth_enabled = 1; in clear_with_quad()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.c109 if (cso->depth_enabled) { in fd6_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c191 ds->zenable = templ->depth_enabled; in svga_create_depth_stencil_state()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h333 unsigned depth_enabled:1; /**< depth test enabled? */ member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c590 enum pipe_compare_func func = (depth->depth_enabled ? depth->depth_func : PIPE_FUNC_ALWAYS); in lima_calculate_depth_test()
600 return (depth->depth_enabled && depth->depth_writemask) | in lima_calculate_depth_test()
1027 if (ctx->zsa->base.depth_enabled) in lima_draw_vbo_update()
/third_party/mesa3d/src/gallium/tests/graw/
Dgraw_util.h163 depthStencilAlpha.depth_enabled = depth_test; in graw_util_default_state()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c38 dsa.depth_enabled = 1; in nine_convert_dsa_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c524 util_dump_member(stream, bool, state, depth_enabled); in util_dump_depth_stencil_alpha_state()
525 if (state->depth_enabled) { in util_dump_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c225 SB_DATA (so, cso->depth_enabled); in nv30_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c483 if (vc4->zsa->base.depth_enabled) { in vc4_draw_vbo()

123