Home
last modified time | relevance | path

Searched refs:depth_enabled (Results 1 - 25 of 58) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A 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()
H A Detnaviv_state.h37 return ctx->zsa && ctx->zsa->depth_enabled; in etna_depth_enabled()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
H A Dsi_state.h130 bool depth_enabled : 1; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/softpipe/
H A Dsp_quad_pipe.c46 (sp->depth_stencil->depth_enabled && in sp_build_quad_pipeline()
H A 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/
H A Dfreedreno_state.h36 return ctx->zsa && ctx->zsa->depth_enabled;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_zsa.c50 if (cso->depth_enabled) in fd4_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_zsa.c71 if (cso->depth_enabled) in fd5_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_zsa.c50 if (cso->depth_enabled) in fd2_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_zsa.c50 if (cso->depth_enabled) in fd3_zsa_state_create()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c88 dsa->depth_enabled = 1; in st_update_depth_stencil_alpha()
H A Dst_cb_clear.c293 depth_stencil.depth_enabled = 1; in clear_with_quad()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c117 state->depth_enabled = 0; in llvmpipe_create_depth_stencil_state()
H A Dlp_state_derived.c302 !llvmpipe->depth_stencil->depth_enabled && in llvmpipe_update_derived()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.c108 if (cso->depth_enabled) { in fd6_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_helpers.c225 if (zsa->depth_enabled) in panfrost_set_batch_masks_zs()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c191 ds->zenable = templ->depth_enabled; in svga_create_depth_stencil_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h341 unsigned depth_enabled:1; /**< depth test enabled? */ member
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h163 depthStencilAlpha.depth_enabled = depth_test; in graw_util_default_state()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c564 enum pipe_compare_func func = (depth->depth_enabled ? depth->depth_func : PIPE_FUNC_ALWAYS); in lima_calculate_depth_test()
574 return (depth->depth_enabled && depth->depth_writemask) | in lima_calculate_depth_test()
1024 if (ctx->zsa->base.depth_enabled) in lima_draw_vbo_update()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c38 dsa.depth_enabled = 1; in nine_convert_dsa_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c225 SB_DATA (so, cso->depth_enabled); in nv30_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c508 if (vc4->zsa->base.depth_enabled) { in vc4_draw_vbo()

Completed in 16 milliseconds

123