Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c107 nir_const_value_to_array(values, c, 4, f32); in get_output_as_const_value()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c241 nir_const_value_to_array(c, const_value, src.ssa->num_components, f32); in make_src()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c482 nir_const_value_to_array(consts->u##bits, instr->value, \ in emit_load_const()
/third_party/mesa3d/src/compiler/nir/
Dnir.h248 #define nir_const_value_to_array(arr, c, components, m) \ macro