Skip to content

nir-to-tgsi: fix swizzle for double immediate

Charmaine Lee requested to merge charmainel/mesa:fix-ntt-double-imm into main

Use ureg_DECL_immediate_uint64 to declare double immediate, otherwise the swizzle for a double might not be in the valid form, ie. must be either .xy or .zw

Merge request reports