Searched refs:dest_chan (Results 1 – 1 of 1) sorted by relevance
248 nir_ssa_def *dest_chan[4]; in vtn_handle_bitcast() local258 dest_chan[divisor * comp + i] = nir_channel(&b->nb, split, i); in vtn_handle_bitcast()269 dest_chan[comp] = nir_pack_64_2x32(&b->nb, src_chan); in vtn_handle_bitcast()272 dest->def = nir_vec(&b->nb, dest_chan, dest_components); in vtn_handle_bitcast()