mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
02cea97629
commit
32ef369322
1 changed files with 1 additions and 0 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue