Home
last modified time | relevance | path

Searched refs:zs_always_passes (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.c33 best_early_mode(bool zs_always_passes) in best_early_mode() argument
35 if (zs_always_passes) in best_early_mode()
50 bool zs_always_passes) in analyze() argument
94 enum pan_earlyzs early_mode = best_early_mode(zs_always_passes); in analyze()
Dpan_earlyzs.h67 bool zs_always_passes) in pan_earlyzs_get() argument
69 return lut.states[writes_zs_or_oq][alpha_to_coverage][zs_always_passes]; in pan_earlyzs_get()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c728 bool zs_always_passes = !pipeline->zs.z_test && !pipeline->zs.s_test; in panvk_per_arch() local
733 pipeline->ms.alpha_to_coverage, zs_always_passes); in panvk_per_arch()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c71 bool zs_always_passes; member
542 ctx->depth_stencil->zs_always_passes); in panfrost_prepare_fs_state()
3267 ctx->depth_stencil->zs_always_passes); in panfrost_emit_draw()
4391 so->zs_always_passes = pipe_zs_always_passes(zsa); in panfrost_create_depth_stencil_state()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst781 - panfrost: Add zsa->zs_always_passes flag