radv,aco: implement iadd_sat
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12617>
This commit is contained in:
@@ -593,7 +593,8 @@ init_context(isel_context* ctx, nir_shader* shader)
|
||||
case nir_op_frexp_exp:
|
||||
case nir_op_cube_face_index_amd:
|
||||
case nir_op_cube_face_coord_amd:
|
||||
case nir_op_sad_u8x4: type = RegType::vgpr; break;
|
||||
case nir_op_sad_u8x4:
|
||||
case nir_op_iadd_sat: type = RegType::vgpr; break;
|
||||
case nir_op_f2i16:
|
||||
case nir_op_f2u16:
|
||||
case nir_op_f2i32:
|
||||
|
||||
Reference in New Issue
Block a user