Home
last modified time | relevance | path

Searched refs:store_stencil (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c2852 if (!dst->store && !dst->store_stencil) in tu_store_gmem_attachment()
2886 if (dst->store_stencil) in tu_store_gmem_attachment()
2905 if (dst->store || dst->store_stencil) in tu_store_gmem_attachment()
2912 if (dst->store_stencil) { in tu_store_gmem_attachment()
2923 if (dst->store_stencil) { in tu_store_gmem_attachment()
Dtu_pass.c606 att->store_stencil = true; in attachment_set_ops()
Dtu_private.h1644 bool store_stencil; member