Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceExternalSemaphoreProperties (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.cpp100 GET_INSTANCE_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in LoadInstanceProcs()
102 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceExternalSemaphoreProperties, KHR); in LoadInstanceProcs()
H A DVulkanFunctions.h104 GetPhysicalDeviceExternalSemaphoreProperties = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceZirconHandle.cpp49 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
H A DSemaphoreServiceFD.cpp56 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp2838 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties = in TEST() local
2840 ASSERT_NE(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2849 GetPhysicalDeviceExternalSemaphoreProperties(physical_device, &info, &props); in TEST()
2858 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties = in TEST() local
2860 ASSERT_NE(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2869 GetPhysicalDeviceExternalSemaphoreProperties(physical_device, &info, &props); in TEST()
2886 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties = in TEST() local
2888 ASSERT_NE(GetPhysicalDeviceExternalSemaphoreProperties, nullptr); in TEST()
2897 GetPhysicalDeviceExternalSemaphoreProperties(physical_device, &info, &props); in TEST()
2957 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties in TEST() local
5871 PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR GetPhysicalDeviceExternalSemaphoreProperties = TEST() local
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h242 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
H A Dvk_layer_dispatch_table.h69 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
H A Dvk_dispatch_table_helper.h788 table->GetPhysicalDeviceExternalSemaphoreProperties = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c93 LOOKUP_GIPA(GetPhysicalDeviceExternalSemaphoreProperties); in loader_icd_init_entries()
1251 table->GetPhysicalDeviceExternalSemaphoreProperties = (PFN_vkGetPhysicalDeviceExternalSemaphoreProperties)gpa(inst, "vkGetPhysicalDeviceExternalSemaphoreProperties"); in loader_init_instance_core_dispatch_table()
3032 if (!strcmp(name, "GetPhysicalDeviceExternalSemaphoreProperties")) return (void *)table->GetPhysicalDeviceExternalSemaphoreProperties; in loader_lookup_instance_dispatch_table()
12089 .GetPhysicalDeviceExternalSemaphoreProperties = terminator_GetPhysicalDeviceExternalSemaphoreProperties,
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp473 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties);
563 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in init()
/third_party/vulkan-loader/loader/
H A Dterminator.c547 fpGetPhysicalDeviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphoreProperties; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
H A Dtrampoline.c2812 disp->GetPhysicalDeviceExternalSemaphoreProperties(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c81 WSI_GET_CB(GetPhysicalDeviceExternalSemaphoreProperties); in wsi_device_init()
114 GetPhysicalDeviceExternalSemaphoreProperties(pdevice, &esi, &esp); in wsi_device_init()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h773 table->GetPhysicalDeviceExternalSemaphoreProperties = in layer_init_instance_dispatch_table()

Completed in 48 milliseconds