Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_peephole_select.c280 if (parent_if->control == nir_selection_control_dont_flatten) in nir_opt_collapse_if()
404 if (if_stmt->control == nir_selection_control_dont_flatten) in nir_opt_peephole_select_block()
Dnir.h2812 nir_selection_control_dont_flatten = 0x2, enumerator
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c1074 return nir_selection_control_dont_flatten; in vtn_selection_control()