Searched refs:GetPhysicalDeviceExternalSemaphorePropertiesKHR (Results 1 - 8 of 8) sorted by relevance
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 323 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR; member
|
H A D | vk_layer_dispatch_table.h | 150 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR; member
|
H A D | vk_dispatch_table_helper.h | 865 table->GetPhysicalDeviceExternalSemaphorePropertiesKHR = in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 174 LOOKUP_GIPA(GetPhysicalDeviceExternalSemaphorePropertiesKHR); in loader_icd_init_entries() 1337 table->GetPhysicalDeviceExternalSemaphorePropertiesKHR = (PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR)gpa(inst, "vkGetPhysicalDeviceExternalSemaphorePropertiesKHR"); in loader_init_instance_extension_dispatch_table() 3113 if (!strcmp(name, "GetPhysicalDeviceExternalSemaphorePropertiesKHR")) return (void *)table->GetPhysicalDeviceExternalSemaphorePropertiesKHR; in loader_lookup_instance_dispatch_table() 12170 .GetPhysicalDeviceExternalSemaphorePropertiesKHR = terminator_GetPhysicalDeviceExternalSemaphoreProperties,
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 551 fpGetPhysicalDeviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphorePropertiesKHR; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
|
H A D | trampoline.c | 2809 disp->GetPhysicalDeviceExternalSemaphorePropertiesKHR(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 2750 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR = in TEST() local 2752 ASSERT_EQ(GetPhysicalDeviceExternalSemaphorePropertiesKHR, nullptr); in TEST() 2765 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR = in TEST() local 2767 ASSERT_EQ(GetPhysicalDeviceExternalSemaphorePropertiesKHR, nullptr); in TEST() 2807 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR = in TEST() local 2809 ASSERT_NE(GetPhysicalDeviceExternalSemaphorePropertiesKHR, nullptr); in TEST() 2818 GetPhysicalDeviceExternalSemaphorePropertiesKHR(physical_device, &info, &props); in TEST()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 850 table->GetPhysicalDeviceExternalSemaphorePropertiesKHR = in layer_init_instance_dispatch_table()
|
Completed in 48 milliseconds