Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.h90 bool cond_store_allowed; member
Dtu_pass.c521 att->cond_store_allowed = in tu_render_pass_cond_config()
1136 att->cond_load_allowed = att->cond_store_allowed = true; in tu_setup_dynamic_inheritance()
1146 att->cond_load_allowed = att->cond_store_allowed = true; in tu_setup_dynamic_inheritance()
Dtu_clear_blit.c2822 if (att->cond_load_allowed || att->cond_store_allowed) { in tu_CmdClearAttachments()
3325 bool cond_exec = cond_exec_allowed && src->cond_store_allowed; in tu_store_gmem_attachment()