Home
last modified time | relevance | path

Searched refs:cond_exec (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c2783 * flushes for sysmem/gmem, so this needs to be outside of the cond_exec in tu_CmdClearAttachments()
3106 * cleared and don't emit cond_exec. in tu_load_gmem_attachment()
3108 bool cond_exec = cond_exec_allowed && attachment->cond_load_allowed; in tu_load_gmem_attachment() local
3109 if (cond_exec) in tu_load_gmem_attachment()
3118 if (cond_exec) in tu_load_gmem_attachment()
3325 bool cond_exec = cond_exec_allowed && src->cond_store_allowed; in tu_store_gmem_attachment()
3326 if (cond_exec) { in tu_store_gmem_attachment()
3360 if (cond_exec) { in tu_store_gmem_attachment()
3411 if (cond_exec) { in tu_store_gmem_attachment()

Completed in 7 milliseconds