nir: unify lower_bitfield_extract with has_bfe
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24662>
This commit is contained in:
@@ -194,7 +194,7 @@ const nir_shader_compiler_options v3dv_nir_options = {
|
||||
.lower_insert_byte = true,
|
||||
.lower_insert_word = true,
|
||||
.lower_bitfield_insert = true,
|
||||
.lower_bitfield_extract_to_shifts = true,
|
||||
.lower_bitfield_extract = true,
|
||||
.lower_bitfield_reverse = true,
|
||||
.lower_bit_count = true,
|
||||
.lower_cs_local_id_to_index = true,
|
||||
|
Reference in New Issue
Block a user