Searched refs:GetPhysicalDeviceExternalFenceProperties (Results 1 – 7 of 7) sorted by relevance
/third_party/vulkan-loader/tests/ |
D | loader_phys_dev_inst_ext_tests.cpp | 2439 …auto GetPhysicalDeviceExternalFenceProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExternalFe… in TEST() local 2441 ASSERT_EQ(GetPhysicalDeviceExternalFenceProperties, nullptr); in TEST() 2454 …auto GetPhysicalDeviceExternalFenceProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExternalFe… in TEST() local 2456 ASSERT_EQ(GetPhysicalDeviceExternalFenceProperties, nullptr); in TEST() 2496 …auto GetPhysicalDeviceExternalFenceProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExternalFe… in TEST() local 2498 ASSERT_NE(GetPhysicalDeviceExternalFenceProperties, nullptr); in TEST() 2507 GetPhysicalDeviceExternalFenceProperties(physical_device, &info, &props); in TEST() 2526 …auto GetPhysicalDeviceExternalFenceProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExternalFe… in TEST() local 2528 ASSERT_NE(GetPhysicalDeviceExternalFenceProperties, nullptr); in TEST() 2537 GetPhysicalDeviceExternalFenceProperties(physical_device, &info, &props); in TEST() [all …]
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.h | 239 PFN_vkGetPhysicalDeviceExternalFenceProperties GetPhysicalDeviceExternalFenceProperties; member
|
D | vk_layer_dispatch_table.h | 63 PFN_vkGetPhysicalDeviceExternalFenceProperties GetPhysicalDeviceExternalFenceProperties; member
|
D | vk_loader_extensions.c | 87 LOOKUP_GIPA(GetPhysicalDeviceExternalFenceProperties, false); in loader_icd_init_entries() 1172 …table->GetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)… in loader_init_instance_core_dispatch_table() 2236 …calDeviceExternalFenceProperties")) return (void *)table->GetPhysicalDeviceExternalFenceProperties; in loader_lookup_instance_dispatch_table() 9864 .GetPhysicalDeviceExternalFenceProperties = terminator_GetPhysicalDeviceExternalFenceProperties,
|
D | vk_dispatch_table_helper.h | 1368 …table->GetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)… in layer_init_instance_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 590 …hysicalDeviceExternalFenceProperties = icd_term->dispatch.GetPhysicalDeviceExternalFenceProperties; in terminator_GetPhysicalDeviceExternalFenceProperties()
|
D | trampoline.c | 2684 …disp->GetPhysicalDeviceExternalFenceProperties(unwrapped_phys_dev, pExternalFenceInfo, pExternalFe… in vkGetPhysicalDeviceExternalFenceProperties()
|