[vulkan, qcom] Increasing SPP for QCOM

This commit is contained in:
CamilleLaVey 2026-01-29 13:46:04 -04:00 committed by Caio Oliveira
parent 7fa788714f
commit 9fa43afd14
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with 3 additions and 0 deletions

View File

@ -563,6 +563,9 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
features.shader_atomic_int64.shaderSharedInt64Atomics = false;
features.features.shaderInt64 = false;
sets_per_pool = 512;
LOG_INFO(Render_Vulkan, "Qualcomm: forcing {} sets per pool", sets_per_pool);
#if defined(ANDROID) && defined(ARCHITECTURE_arm64)
// BCn patching only safe on Android 9+ (API 28+). Older versions crash on driver load.
const auto major = (properties.properties.driverVersion >> 24) << 2;