llvmpipe: lower uadd_carry/usub_borrow.
Fixes: dEQP-VK.glsl.builtin.function.integer.uaddcarry.* dEQP-VK.glsl.builtin.function.integer.usubborrow.* Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6339>
This commit is contained in:
@@ -564,6 +564,8 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
|
||||
.lower_extract_byte = true,
|
||||
.lower_extract_word = true,
|
||||
.lower_rotate = true,
|
||||
.lower_uadd_carry = true,
|
||||
.lower_usub_borrow = true,
|
||||
.lower_ifind_msb = true,
|
||||
.max_unroll_iterations = 32,
|
||||
.use_interpolated_input_intrinsics = true,
|
||||
|
||||
Reference in New Issue
Block a user