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_pass.h87 bool store_stencil; member
Dtu_pass.c522 (att->store || att->store_stencil) && !att->clear_mask; in tu_render_pass_cond_config()
714 att->store_stencil = true; in attachment_set_ops()
Dtu_clear_blit.c3297 if ((att->store || att->store_stencil) && in tu_choose_gmem_layout()
3319 if (!dst->store && !dst->store_stencil) in tu_store_gmem_attachment()
3348 bool store_separate_stencil = dst->store_stencil || resolve_d32s8_s8; in tu_store_gmem_attachment()