Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_system_values.c219 return nir_select_from_ssa_def_array(b, cols, num_cols, column); in lower_system_value_instr()
Dnir_builder.h713 nir_select_from_ssa_def_array(nir_builder *b, nir_ssa_def **arr, in nir_select_from_ssa_def_array() function
733 return nir_select_from_ssa_def_array(b, comps, vec->num_components, c); in nir_vector_extract()