Searched refs:GetPhysicalDeviceExternalSemaphoreProperties (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 100 GET_INSTANCE_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in LoadInstanceProcs() 102 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceExternalSemaphoreProperties, KHR); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 104 GetPhysicalDeviceExternalSemaphoreProperties = nullptr; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
D | SemaphoreServiceZirconHandle.cpp | 49 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
|
D | SemaphoreServiceFD.cpp | 56 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
|
/third_party/vulkan-loader/tests/ |
D | loader_phys_dev_inst_ext_tests.cpp | 2228 …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/ |
D | vk_loader_extensions.h | 240 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
|
D | vk_layer_dispatch_table.h | 64 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
|
D | vk_loader_extensions.c | 88 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…
|
D | vk_dispatch_table_helper.h | 1355 …table->GetPhysicalDeviceExternalSemaphoreProperties = (PFN_vkGetPhysicalDeviceExternalSemaphorePro… in layer_init_instance_dispatch_table()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 473 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties); 563 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in init()
|
/third_party/vulkan-loader/loader/ |
D | terminator.c | 543 …eviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphoreProperties; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
|
D | trampoline.c | 2663 … disp->GetPhysicalDeviceExternalSemaphoreProperties(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 81 WSI_GET_CB(GetPhysicalDeviceExternalSemaphoreProperties); in wsi_device_init() 114 GetPhysicalDeviceExternalSemaphoreProperties(pdevice, &esi, &esp); in wsi_device_init()
|