Searched refs:GetPhysicalDeviceExternalFenceProperties (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.h | 108 PFN_vkGetPhysicalDeviceExternalFenceProperties GetPhysicalDeviceExternalFenceProperties; member
|
D | driver.cpp | 1143 if (!driver.GetPhysicalDeviceExternalFenceProperties) in CanSupportSwapchainMaintenance1Extension() 1161 GetPhysicalDeviceExternalFenceProperties(physicalDevice, &fenceInfo, &fenceProperties); in CanSupportSwapchainMaintenance1Extension() 1967 void GetPhysicalDeviceExternalFenceProperties( in GetPhysicalDeviceExternalFenceProperties() function 1975 if (driver.GetPhysicalDeviceExternalFenceProperties) { in GetPhysicalDeviceExternalFenceProperties() 1976 driver.GetPhysicalDeviceExternalFenceProperties( in GetPhysicalDeviceExternalFenceProperties()
|
D | api_gen.h | 60 PFN_vkGetPhysicalDeviceExternalFenceProperties GetPhysicalDeviceExternalFenceProperties; member
|
D | driver.h | 194 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(
|
D | driver_gen.cpp | 385 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceExternalFenceProperties), 672 INIT_PROC(false, instance, GetPhysicalDeviceExternalFenceProperties); in InitDriverTable()
|
D | api_gen.cpp | 179 INIT_PROC(false, instance, GetPhysicalDeviceExternalFenceProperties); in InitDispatchTable() 553 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkP… 1562 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkP… in GetPhysicalDeviceExternalFenceProperties() function 1563 …GetData(physicalDevice).dispatch.GetPhysicalDeviceExternalFenceProperties(physicalDevice, pExterna… in GetPhysicalDeviceExternalFenceProperties() 2662 …vulkan::api::GetPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExterna… in vkGetPhysicalDeviceExternalFenceProperties()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 236 …ic_cast<PFN_vkGetPhysicalDeviceExternalFenceProperties>(GetPhysicalDeviceExternalFenceProperties))…
|
D | null_driver_gen.h | 190 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkP…
|
D | null_driver.cpp | 1593 void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDevi… in GetPhysicalDeviceExternalFenceProperties() function
|