Home
last modified time | relevance | path

Searched refs:syncobjs (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_queue.c465 uint32_t *syncobjs = vk_zalloc(&device->alloc, in anv_wait_for_syncobj_fences() local
466 sizeof(*syncobjs) * fenceCount, 8, in anv_wait_for_syncobj_fences()
468 if (!syncobjs) in anv_wait_for_syncobj_fences()
480 syncobjs[i] = impl->syncobj; in anv_wait_for_syncobj_fences()
502 ret = anv_gem_syncobj_wait(device, syncobjs, fenceCount, in anv_wait_for_syncobj_fences()
506 vk_free(&device->alloc, syncobjs); in anv_wait_for_syncobj_fences()
Danv_batch_chain.c964 struct anv_syncobj ** syncobjs; member
980 vk_free(alloc, exec->syncobjs); in anv_execbuf_finish()
/external/libdrm/amdgpu/
Damdgpu_cs.c632 const uint32_t *syncobjs, uint32_t syncobj_count) in amdgpu_cs_syncobj_reset() argument
637 return drmSyncobjReset(dev->fd, syncobjs, syncobj_count); in amdgpu_cs_syncobj_reset()
641 const uint32_t *syncobjs, uint32_t syncobj_count) in amdgpu_cs_syncobj_signal() argument
646 return drmSyncobjSignal(dev->fd, syncobjs, syncobj_count); in amdgpu_cs_syncobj_signal()
Damdgpu.h1418 const uint32_t *syncobjs, uint32_t syncobj_count);
1432 const uint32_t *syncobjs, uint32_t syncobj_count);