mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 04:40:11 +01:00
radv: lower pack_[64/32]_* via nir_lower_alu_to_scalar()
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6527>
This commit is contained in:
parent
bd0468ed33
commit
212be2a04e
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ static const struct nir_shader_compiler_options nir_options = {
|
|||
.lower_pack_unorm_2x16 = true,
|
||||
.lower_pack_unorm_4x8 = true,
|
||||
.lower_pack_half_2x16 = true,
|
||||
.lower_pack_64_2x32 = true,
|
||||
.lower_pack_64_4x16 = true,
|
||||
.lower_pack_32_2x16 = true,
|
||||
.lower_unpack_snorm_2x16 = true,
|
||||
.lower_unpack_snorm_4x8 = true,
|
||||
.lower_unpack_unorm_2x16 = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue