Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_memory_model.c207 uint32_t cur_modes_then = *cur_modes; in lower_make_visible() local
210 progress |= lower_make_visible(if_node, &cur_modes_then); in lower_make_visible()
213 *cur_modes |= cur_modes_then | cur_modes_else; in lower_make_visible()
246 uint32_t cur_modes_then = *cur_modes; in lower_make_available() local
249 progress |= lower_make_available(if_node, &cur_modes_then); in lower_make_available()
252 *cur_modes |= cur_modes_then | cur_modes_else; in lower_make_available()

Completed in 1 milliseconds