bi: Enable lower_pack_64_4x16

Required for OpenCL.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed by: Eric R. Smith <eric.smith@collabora.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30088>
This commit is contained in:
Mary Guillemard 2024-07-08 12:38:45 +02:00 committed by Marge Bot
parent 02cea97629
commit 32ef369322

View file

@ -62,6 +62,7 @@ void bifrost_compile_shader_nir(nir_shader *nir,
*/ \
.vertex_id_zero_based = (arch <= 7), \
\
.lower_pack_64_4x16 = true, \
.lower_pack_half_2x16 = true, \
.lower_pack_unorm_2x16 = true, \
.lower_pack_snorm_2x16 = true, \