diff --git a/src/imagination/common/device_info/bxe-2-32.h b/src/imagination/common/device_info/bxe-2-32.h index 531e9761bf6..59b5e1b98fe 100644 --- a/src/imagination/common/device_info/bxe-2-32.h +++ b/src/imagination/common/device_info/bxe-2-32.h @@ -51,6 +51,7 @@ static const struct pvr_device_features pvr_device_features_36_V_52_182 = { .has_tpu_image_state_v2 = true, .has_tpu_parallel_instances = true, .has_unified_store_depth = true, + .has_usc_alu_roundingmode_rne = true, .has_usc_f16sop_u8 = true, .has_usc_itrsmp = true, .has_usc_itrsmp_enhanced = true, diff --git a/src/imagination/common/device_info/bxe-4-32.h b/src/imagination/common/device_info/bxe-4-32.h index 861c0dfc213..318b7967147 100644 --- a/src/imagination/common/device_info/bxe-4-32.h +++ b/src/imagination/common/device_info/bxe-4-32.h @@ -52,6 +52,7 @@ static const struct pvr_device_features pvr_device_features_36_V_54_182 = { .has_tpu_image_state_v2 = true, .has_tpu_parallel_instances = true, .has_unified_store_depth = true, + .has_usc_alu_roundingmode_rne = true, .has_usc_itrsmp = true, .has_usc_itrsmp_enhanced = true, .has_usc_f16sop_u8 = true, diff --git a/src/imagination/common/device_info/bxm-4-64.h b/src/imagination/common/device_info/bxm-4-64.h index 85a32d384e9..5ccb462afe4 100644 --- a/src/imagination/common/device_info/bxm-4-64.h +++ b/src/imagination/common/device_info/bxm-4-64.h @@ -52,6 +52,7 @@ static const struct pvr_device_features pvr_device_features_36_V_104_182 = { .has_tpu_image_state_v2 = true, .has_tpu_parallel_instances = true, .has_unified_store_depth = true, + .has_usc_alu_roundingmode_rne = true, .has_usc_f16sop_u8 = true, .has_usc_itrsmp = true, .has_usc_itrsmp_enhanced = true, @@ -163,6 +164,7 @@ static const struct pvr_device_features pvr_device_features_36_V_104_183 = { .has_tpu_image_state_v2 = true, .has_tpu_parallel_instances = true, .has_unified_store_depth = true, + .has_usc_alu_roundingmode_rne = true, .has_usc_f16sop_u8 = true, .has_usc_itrsmp = true, .has_usc_itrsmp_enhanced = true,