Home
last modified time | relevance | path

Searched defs:writes_zs (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.h51 bool writes_zs; /* writes depth and/or stencil */ member
/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
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c74 bool writes_zs; member