pan/bi: Lower bitfield inserts/extracts

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8774>
This commit is contained in:
Alyssa Rosenzweig 2021-01-27 11:51:38 -05:00
parent b0551cb0c2
commit 72c6173a85
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ static const nir_shader_compiler_options bifrost_nir_options = {
.lower_wpos_pntc = true,
.lower_fsign = true,
.lower_bitfield_insert_to_shifts = true,
.lower_bitfield_extract_to_shifts = true,
.lower_extract_byte = true,
.lower_extract_word = true,
.lower_rotate = true,