Searched refs:GetPhysicalDeviceExternalFenceProperties (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | driver_gen.h | 102 PFN_vkGetPhysicalDeviceExternalFenceProperties GetPhysicalDeviceExternalFenceProperties; member
|
H A D | api_gen.h | 60 PFN_vkGetPhysicalDeviceExternalFenceProperties GetPhysicalDeviceExternalFenceProperties; member
|
H A D | driver_gen.cpp | 376 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceExternalFenceProperties), 637 INIT_PROC(false, instance, GetPhysicalDeviceExternalFenceProperties); in InitDriverTable()
|
H A D | driver.h | 191 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(
|
H A D | driver.cpp | 1574 void GetPhysicalDeviceExternalFenceProperties( in GetPhysicalDeviceExternalFenceProperties() function 1582 if (driver.GetPhysicalDeviceExternalFenceProperties) { in GetPhysicalDeviceExternalFenceProperties() 1583 driver.GetPhysicalDeviceExternalFenceProperties( in GetPhysicalDeviceExternalFenceProperties()
|
H A D | api_gen.cpp | 179 INIT_PROC(false, instance, GetPhysicalDeviceExternalFenceProperties); in InitDispatchTable() 516 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkP… 1446 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkP… in GetPhysicalDeviceExternalFenceProperties() function 1447 …GetData(physicalDevice).dispatch.GetPhysicalDeviceExternalFenceProperties(physicalDevice, pExterna… in GetPhysicalDeviceExternalFenceProperties() 2398 …vulkan::api::GetPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExterna… in vkGetPhysicalDeviceExternalFenceProperties()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 201 …ic_cast<PFN_vkGetPhysicalDeviceExternalFenceProperties>(GetPhysicalDeviceExternalFenceProperties))…
|
H A D | null_driver_gen.h | 190 VKAPI_ATTR void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkP…
|
H A D | null_driver.cpp | 1570 void GetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDevi… in GetPhysicalDeviceExternalFenceProperties() function
|