Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c108 bool lower_to_32bit) in lower_subgroup_op_to_scalar() argument
135 if (lower_to_32bit && chan_intrin->src[0].ssa->bit_size == 64) { in lower_subgroup_op_to_scalar()
295 bool lower_to_32bit = options->lower_shuffle_to_32bit && is_shuffle; in lower_shuffle() local
297 return lower_subgroup_op_to_scalar(b, shuffle, lower_to_32bit); in lower_shuffle()
298 } else if (lower_to_32bit && shuffle->src[0].ssa->bit_size == 64) { in lower_shuffle()