Home
last modified time | relevance | path

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

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