Searched defs:sync_fd (Results 1 – 9 of 9) sorted by relevance
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_wsi_display.c | 55 int sync_fd = tu_syncobj_to_fd(device, fence); in tu_RegisterDeviceEventEXT() local 93 int sync_fd = tu_syncobj_to_fd(device, fence); in tu_RegisterDisplayEventEXT() local
|
| D | tu_drm.c | 641 sync_import(VkDevice _device, struct tu_syncobj *sync, bool temporary, bool sync_fd, int fd) in sync_import() 693 sync_export(VkDevice _device, struct tu_syncobj *sync, bool sync_fd, int *p_fd) in sync_export()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_sync.c | 81 bool temporary, bool sync_fd, int fd) in sync_import() 136 bool sync_fd, int *p_fd) in sync_export() 195 bool sync_fd = info->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in panvk_ImportSemaphoreFdKHR() local 205 bool sync_fd = info->handleType == VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in panvk_GetSemaphoreFdKHR() local 250 bool sync_fd = info->handleType == VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in panvk_ImportFenceFdKHR() local 261 bool sync_fd = info->handleType == VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in panvk_GetFenceFdKHR() local
|
| /third_party/libdrm/tests/amdgpu/ |
| D | syncobj_tests.c | 217 int r, sync_fd; in amdgpu_syncobj_timeline_test() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_fence.c | 452 sync_merge_fd(int sync_fd, int new_fd) in sync_merge_fd()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_fence.c | 401 sync_merge_fd(int sync_fd, int new_fd) in sync_merge_fd()
|
| /third_party/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_sync.c | 66 int sync_fd; member
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| D | wsi_common_display.c | 1568 int sync_fd) in wsi_display_fence_alloc() 2536 int sync_fd) in wsi_register_device_event() 2557 int sync_fd) in wsi_register_display_event()
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_renderer_virtgpu.c | 332 int sync_fd, in sim_syncobj_submit() 462 int sync_fd, in sim_submit_signal_syncs()
|