Home
last modified time | relevance | path

Searched refs:zs_always_passes (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
H A 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()
94 enum pan_earlyzs early_mode = best_early_mode(zs_always_passes); in analyze()
47 analyze(const struct pan_shader_info *s, bool writes_zs_or_oq, bool alpha_to_coverage, bool zs_always_passes) analyze() argument
H A Dpan_earlyzs.h67 bool zs_always_passes) in pan_earlyzs_get()
69 return lut.states[writes_zs_or_oq][alpha_to_coverage][zs_always_passes]; in pan_earlyzs_get()
65 pan_earlyzs_get(struct pan_earlyzs_lut lut, bool writes_zs_or_oq, bool alpha_to_coverage, bool zs_always_passes) pan_earlyzs_get() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c728 bool zs_always_passes = !pipeline->zs.z_test && !pipeline->zs.s_test; in emit_base_fs_rsd() local
733 pipeline->ms.alpha_to_coverage, zs_always_passes); in emit_base_fs_rsd()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A 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()

Completed in 9 milliseconds