Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c1064 struct lp_build_if_state exec_ifthen; in emit_load_mem() local
1065 lp_build_if(&exec_ifthen, gallivm, loop_cond); in emit_load_mem()
1118 lp_build_endif(&exec_ifthen); in emit_load_mem()
1153 struct lp_build_if_state exec_ifthen; in emit_store_mem() local
1154 lp_build_if(&exec_ifthen, gallivm, loop_cond); in emit_store_mem()
1193 lp_build_endif(&exec_ifthen); in emit_store_mem()
1225 struct lp_build_if_state exec_ifthen; in emit_atomic_mem() local
1226 lp_build_if(&exec_ifthen, gallivm, loop_cond); in emit_atomic_mem()
1330 lp_build_endif(&exec_ifthen); in emit_atomic_mem()