venus: use vk_common_GetPhysicalDeviceCalibrateableTimeDomainsKHR

Only host domains are conditional, and they are checked with the common
vk_device_get_timestamp helper.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38963>
This commit is contained in:
Yiwei Zhang
2025-12-15 21:16:26 -08:00
committed by Marge Bot
parent f8ed6c578a
commit 36c52644fa

View File

@@ -3014,20 +3014,6 @@ vn_GetPhysicalDeviceExternalSemaphoreProperties(
} }
} }
VKAPI_ATTR VkResult VKAPI_CALL
vn_GetPhysicalDeviceCalibrateableTimeDomainsKHR(
VkPhysicalDevice physicalDevice,
uint32_t *pTimeDomainCount,
VkTimeDomainKHR *pTimeDomains)
{
struct vn_physical_device *physical_dev =
vn_physical_device_from_handle(physicalDevice);
struct vn_ring *ring = physical_dev->instance->ring.ring;
return vn_call_vkGetPhysicalDeviceCalibrateableTimeDomainsKHR(
ring, physicalDevice, pTimeDomainCount, pTimeDomains);
}
VKAPI_ATTR VkResult VKAPI_CALL VKAPI_ATTR VkResult VKAPI_CALL
vn_GetPhysicalDeviceCooperativeMatrixPropertiesKHR( vn_GetPhysicalDeviceCooperativeMatrixPropertiesKHR(
VkPhysicalDevice physicalDevice, VkPhysicalDevice physicalDevice,