Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h273 nir_ssa_def *f16comps[4]; in nir_format_float_to_half() local
275 f16comps[i] = nir_pack_half_2x16_split(b, nir_channel(b, f, i), zero); in nir_format_float_to_half()
276 return nir_vec(b, f16comps, f->num_components); in nir_format_float_to_half()