Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.h51 bool writes_zs; /* writes depth and/or stencil */ member
Dfd6_zsa.c103 so->writes_zs = util_writes_depth_stencil(cso); in fd6_zsa_state_create()
Dfd6_emit.c608 (zsa->writes_zs || !pfb->zsbuf)) { in compute_ztest_mode()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c727 bool writes_zs = pipeline->zs.z_write || pipeline->zs.s_test; in panvk_per_arch() local
732 pan_earlyzs_get(pan_earlyzs_analyze(info), writes_zs || oq, in panvk_per_arch()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c74 bool writes_zs; member
539 ctx->depth_stencil->writes_zs || in panfrost_prepare_fs_state()
3265 ctx->depth_stencil->writes_zs || has_oq, in panfrost_emit_draw()
4392 so->writes_zs = util_writes_depth_stencil(zsa); in panfrost_create_depth_stencil_state()