diff --git a/src/intel/compiler/brw_fs_lower_regioning.cpp b/src/intel/compiler/brw_fs_lower_regioning.cpp index e1fe9eaff7b..638a5c0e4ea 100644 --- a/src/intel/compiler/brw_fs_lower_regioning.cpp +++ b/src/intel/compiler/brw_fs_lower_regioning.cpp @@ -145,7 +145,7 @@ namespace { * Work around both of the above and handle platforms that * don't support 64-bit types at all. */ - if ((!has_64bit || devinfo->verx10 == 70 || + if ((!devinfo->has_64bit_int || devinfo->platform == INTEL_PLATFORM_CHV || intel_device_info_is_9lp(devinfo)) && type_sz(t) > 4) return BRW_REGISTER_TYPE_UD;