Home
last modified time | relevance | path

Searched refs:import_opaque_fd (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync.h245 VkResult (*import_opaque_fd)(struct vk_device *device, member
Dvk_fence.c44 if (type->import_opaque_fd) in vk_sync_fence_import_types()
Dvk_drm_syncobj.c423 .import_opaque_fd = vk_drm_syncobj_import_opaque_fd, in vk_drm_syncobj_get_type()
Dvk_sync.c353 VkResult result = sync->type->import_opaque_fd(device, sync, fd); in vk_sync_import_opaque_fd()
Dvk_semaphore.c47 if (type->import_opaque_fd) in vk_sync_semaphore_import_types()