Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceExternalSemaphoreProperties (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp100 GET_INSTANCE_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in LoadInstanceProcs()
102 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceExternalSemaphoreProperties, KHR); in LoadInstanceProcs()
DVulkanFunctions.h104 GetPhysicalDeviceExternalSemaphoreProperties = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceZirconHandle.cpp49 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
DSemaphoreServiceFD.cpp56 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp2228 …auto GetPhysicalDeviceExternalSemaphoreProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExtern… in TEST() local
2230 ASSERT_EQ(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2243 …auto GetPhysicalDeviceExternalSemaphoreProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExtern… in TEST() local
2245 ASSERT_EQ(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2285 …auto GetPhysicalDeviceExternalSemaphoreProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExtern… in TEST() local
2287 ASSERT_NE(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2296 GetPhysicalDeviceExternalSemaphoreProperties(physical_device, &info, &props); in TEST()
2315 …auto GetPhysicalDeviceExternalSemaphoreProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceExtern… in TEST() local
2317 ASSERT_NE(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2326 GetPhysicalDeviceExternalSemaphoreProperties(physical_device, &info, &props); in TEST()
[all …]
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h240 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
Dvk_layer_dispatch_table.h64 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
Dvk_loader_extensions.c88 LOOKUP_GIPA(GetPhysicalDeviceExternalSemaphoreProperties, false); in loader_icd_init_entries()
1167 …table->GetPhysicalDeviceExternalSemaphoreProperties = (PFN_vkGetPhysicalDeviceExternalSemaphorePro… in loader_init_instance_core_dispatch_table()
2225 …eExternalSemaphoreProperties")) return (void *)table->GetPhysicalDeviceExternalSemaphoreProperties; in loader_lookup_instance_dispatch_table()
9806 ….GetPhysicalDeviceExternalSemaphoreProperties = terminator_GetPhysicalDeviceExternalSemaphorePrope…
Dvk_dispatch_table_helper.h1355 …table->GetPhysicalDeviceExternalSemaphoreProperties = (PFN_vkGetPhysicalDeviceExternalSemaphorePro… in layer_init_instance_dispatch_table()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp473 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties);
563 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in init()
/third_party/vulkan-loader/loader/
Dterminator.c543 …eviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphoreProperties; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
Dtrampoline.c2663 … disp->GetPhysicalDeviceExternalSemaphoreProperties(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c81 WSI_GET_CB(GetPhysicalDeviceExternalSemaphoreProperties); in wsi_device_init()
114 GetPhysicalDeviceExternalSemaphoreProperties(pdevice, &esi, &esp); in wsi_device_init()