Home
last modified time | relevance | path

Searched refs:GetSemaphoreZirconHandleFUCHSIA (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceZirconHandle.cpp127 DAWN_TRY(CheckVkSuccess(mDevice->fn.GetSemaphoreZirconHandleFUCHSIA( in ExportSemaphore()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp325 GET_DEVICE_PROC(GetSemaphoreZirconHandleFUCHSIA); in LoadDeviceProcs()
DVulkanFunctions.h298 PFN_vkGetSemaphoreZirconHandleFUCHSIA GetSemaphoreZirconHandleFUCHSIA = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h910 PFN_vkGetSemaphoreZirconHandleFUCHSIA GetSemaphoreZirconHandleFUCHSIA; member
Dvk_dispatch_table_helper.h1095 …table->GetSemaphoreZirconHandleFUCHSIA = (PFN_vkGetSemaphoreZirconHandleFUCHSIA) gpa(device, "vkGe… in layer_init_device_dispatch_table()
1096 …if (table->GetSemaphoreZirconHandleFUCHSIA == nullptr) { table->GetSemaphoreZirconHandleFUCHSIA = … in layer_init_device_dispatch_table()
Dvk_loader_extensions.c970 …table->GetSemaphoreZirconHandleFUCHSIA = (PFN_vkGetSemaphoreZirconHandleFUCHSIA)gdpa(dev, "vkGetSe… in loader_init_device_extension_dispatch_table()
2019 …mp(name, "GetSemaphoreZirconHandleFUCHSIA")) return (void *)table->GetSemaphoreZirconHandleFUCHSIA; in loader_lookup_device_dispatch_table()
6306 VKAPI_ATTR VkResult VKAPI_CALL GetSemaphoreZirconHandleFUCHSIA( in GetSemaphoreZirconHandleFUCHSIA() function
6317 return disp->GetSemaphoreZirconHandleFUCHSIA(device, pGetZirconHandleInfo, pZirconHandle); in GetSemaphoreZirconHandleFUCHSIA()
9173 *addr = (void *)GetSemaphoreZirconHandleFUCHSIA; in extension_instance_gpa()