nvk: CBuf alignment reduces to 64B on Turing

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26617>
This commit is contained in:
Faith Ekstrand 2023-12-09 18:19:28 -06:00 committed by Marge Bot
parent 289149ebcb
commit df62471fef

View file

@ -488,7 +488,7 @@ nvk_get_device_features(const struct nv_device_info *info,
uint32_t
nvk_min_cbuf_alignment(const struct nv_device_info *info)
{
return 256;
return info->cls_eng3d >= TURING_A ? 64 : 256;
}
static void