bifrost: Lower usub_borrow

Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15352>
This commit is contained in:
Jason Ekstrand 2022-03-11 14:55:48 -06:00 committed by Marge Bot
parent e50eb1ce7a
commit c043e93ca5
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@ static const nir_shader_compiler_options bifrost_nir_options = {
/* TODO: Use IMULD on v7 */
.lower_mul_high = true,
.lower_uadd_carry = true,
.lower_usub_borrow = true,
.has_fsub = true,
.has_isub = true,

View file

@ -6,6 +6,7 @@ include = [
"dEQP-VK.pipeline.blend.*",
"dEQP-VK.api.copy_and_blit.core.*",
"dEQP-VK.compute.builtin_var.*",
"dEQP-VK.glsl.builtin.function.integer.usubborrow.*",
"dEQP-VK.image.load_store.with_format.1d.*",
"dEQP-VK.image.load_store.with_format.1d_array.*",
"dEQP-VK.image.load_store.with_format.2d.*",