Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync.h379 VkResult MUST_CHECK vk_sync_import_sync_file(struct vk_device *device,
Dvk_fence.c386 result = vk_sync_import_sync_file(device, sync, fd); in vk_common_ImportFenceFdKHR()
Dvk_sync.c380 vk_sync_import_sync_file(struct vk_device *device, in vk_sync_import_sync_file() function
Dvk_semaphore.c590 result = vk_sync_import_sync_file(device, sync, fd); in vk_common_ImportSemaphoreFdKHR()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c215 result = vk_sync_import_sync_file(device, sync, sync_file_fd); in wsi_create_sync_for_dma_buf_wait()