Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceExternalSemaphorePropertiesKHR (Results 1 - 8 of 8) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h323 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR; member
H A Dvk_layer_dispatch_table.h150 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphorePropertiesKHR; member
H A Dvk_dispatch_table_helper.h865 table->GetPhysicalDeviceExternalSemaphorePropertiesKHR = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c174 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 Dterminator.c551 fpGetPhysicalDeviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphorePropertiesKHR; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
H A Dtrampoline.c2809 disp->GetPhysicalDeviceExternalSemaphorePropertiesKHR(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp2750 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 Dvk_dispatch_table_helper.h850 table->GetPhysicalDeviceExternalSemaphorePropertiesKHR = in layer_init_instance_dispatch_table()

Completed in 48 milliseconds