Searched refs:GetPhysicalDeviceExternalSemaphoreProperties (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.cpp | 100 GET_INSTANCE_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in LoadInstanceProcs() 102 GET_INSTANCE_PROC_VENDOR(GetPhysicalDeviceExternalSemaphoreProperties, KHR); in LoadInstanceProcs()
|
H A D | VulkanFunctions.h | 104 GetPhysicalDeviceExternalSemaphoreProperties = nullptr; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
H A D | SemaphoreServiceZirconHandle.cpp | 49 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
|
H A D | SemaphoreServiceFD.cpp | 56 fn.GetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semaphoreInfo, in CheckSupport()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 2838 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 D | vk_loader_extensions.h | 242 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
|
H A D | vk_layer_dispatch_table.h | 69 PFN_vkGetPhysicalDeviceExternalSemaphoreProperties GetPhysicalDeviceExternalSemaphoreProperties; member
|
H A D | vk_dispatch_table_helper.h | 788 table->GetPhysicalDeviceExternalSemaphoreProperties = in layer_init_instance_dispatch_table()
|
H A D | vk_loader_extensions.c | 93 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 D | VkHardwareBufferTest.cpp | 473 DECLARE_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties); 563 ACQUIRE_INST_VK_PROC(GetPhysicalDeviceExternalSemaphoreProperties); in init()
|
/third_party/vulkan-loader/loader/ |
H A D | terminator.c | 547 fpGetPhysicalDeviceExternalSemaphoreProperties = icd_term->dispatch.GetPhysicalDeviceExternalSemaphoreProperties; in terminator_GetPhysicalDeviceExternalSemaphoreProperties()
|
H A D | trampoline.c | 2812 disp->GetPhysicalDeviceExternalSemaphoreProperties(unwrapped_phys_dev, pExternalSemaphoreInfo, in vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 81 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 D | vk_dispatch_table_helper.h | 773 table->GetPhysicalDeviceExternalSemaphoreProperties = in layer_init_instance_dispatch_table()
|
Completed in 45 milliseconds