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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user