mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
v3d: lower bitfield_extract8|16
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35448>
This commit is contained in:
parent
9d9a17ea2a
commit
9c0d121366
1 changed files with 2 additions and 0 deletions
|
|
@ -552,6 +552,8 @@ v3d_screen_get_compiler_options(struct pipe_screen *pscreen,
|
|||
.lower_insert_word = true,
|
||||
.lower_bitfield_insert = true,
|
||||
.lower_bitfield_extract = true,
|
||||
.lower_bitfield_extract16 = true,
|
||||
.lower_bitfield_extract8 = true,
|
||||
.lower_bitfield_reverse = true,
|
||||
.lower_bit_count = true,
|
||||
.lower_cs_local_id_to_index = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue