r600/sfn: lower bitfield_extract and bitfield_insert in NIR
v2: lower bitfield insert to bitfield_select (Rhys Perry Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9584>
This commit is contained in:
@@ -1327,6 +1327,8 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
||||
.has_fsub = true,
|
||||
.has_isub = true,
|
||||
.lower_iabs = true,
|
||||
.lower_bitfield_extract = true,
|
||||
.lower_bitfield_insert_to_bitfield_select = true,
|
||||
};
|
||||
|
||||
rscreen->nir_options = nir_options;
|
||||
|
Reference in New Issue
Block a user