Home
last modified time | relevance | path

Searched defs:syncobjs (Results 1 – 7 of 7) sorted by relevance

/external/igt-gpu-tools/tests/
Dsyncobj_wait.c193 uint32_t syncobjs[3]; in test_reset_one_illegal_handle() local
257 uint32_t syncobjs[3]; in test_signal_one_illegal_handle() local
404 uint32_t syncobjs[3]; in test_reset_multiple_signaled() local
473 uint32_t syncobjs[3]; in test_multi_wait() local
529 uint32_t syncobjs[2]; in test_wait_snapshot() local
616 uint32_t syncobjs[8]; in test_wait_complex() local
/external/libdrm/amdgpu/
Damdgpu_cs.c667 const uint32_t *syncobjs, in amdgpu_cs_syncobj_reset()
677 const uint32_t *syncobjs, in amdgpu_cs_syncobj_signal()
687 const uint32_t *syncobjs, in amdgpu_cs_syncobj_timeline_signal()
/external/mesa3d/src/intel/vulkan/
Danv_wsi.c307 uint32_t *syncobjs = vk_alloc(&device->vk.alloc, in anv_QueuePresentKHR() local
Danv_queue.c1550 uint32_t *syncobjs = vk_zalloc(&device->vk.alloc, in anv_wait_for_syncobj_fences() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c1230 uint32_t *syncobjs = vk_alloc(&device->alloc, in v3dv_ResetFences() local
1261 uint32_t *syncobjs = vk_alloc(&device->alloc, in v3dv_WaitForFences() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_batch.h102 struct util_dynarray syncobjs; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c297 sync_merge(const VkSemaphore *syncobjs, uint32_t count, bool wait_all, bool reset) in sync_merge()