Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
DSemaphoreServiceZirconHandle.cpp86 MaybeError status = CheckVkSuccess(mDevice->fn.ImportSemaphoreZirconHandleFUCHSIA( in ImportSemaphore()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp324 GET_DEVICE_PROC(ImportSemaphoreZirconHandleFUCHSIA); in LoadDeviceProcs()
DVulkanFunctions.h297 PFN_vkImportSemaphoreZirconHandleFUCHSIA ImportSemaphoreZirconHandleFUCHSIA = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h907 PFN_vkImportSemaphoreZirconHandleFUCHSIA ImportSemaphoreZirconHandleFUCHSIA; member
Dvk_dispatch_table_helper.h1091 …table->ImportSemaphoreZirconHandleFUCHSIA = (PFN_vkImportSemaphoreZirconHandleFUCHSIA) gpa(device,… in layer_init_device_dispatch_table()
1092 …if (table->ImportSemaphoreZirconHandleFUCHSIA == nullptr) { table->ImportSemaphoreZirconHandleFUCH… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c967 …table->ImportSemaphoreZirconHandleFUCHSIA = (PFN_vkImportSemaphoreZirconHandleFUCHSIA)gdpa(dev, "v… in loader_init_device_extension_dispatch_table()
2016 …e, "ImportSemaphoreZirconHandleFUCHSIA")) return (void *)table->ImportSemaphoreZirconHandleFUCHSIA; in loader_lookup_device_dispatch_table()
6291 VKAPI_ATTR VkResult VKAPI_CALL ImportSemaphoreZirconHandleFUCHSIA( in ImportSemaphoreZirconHandleFUCHSIA() function
6301 return disp->ImportSemaphoreZirconHandleFUCHSIA(device, pImportSemaphoreZirconHandleInfo); in ImportSemaphoreZirconHandleFUCHSIA()
9167 *addr = (void *)ImportSemaphoreZirconHandleFUCHSIA; in extension_instance_gpa()