Searched refs:nir_const_value_to_array (Results 1 – 3 of 3) sorted by relevance
232 nir_const_value_to_array(c, const_value, src.ssa->num_components, f32); in make_src()
367 nir_const_value_to_array(consts->u##bits, instr->value, \ in emit_load_const()
173 #define nir_const_value_to_array(arr, c, components, m) \ macro