HomeSort by relevance Sort by last modified time
    Searched defs:syncobjs (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_queue.c 465 uint32_t *syncobjs = vk_zalloc(&device->alloc, local
466 sizeof(*syncobjs) * fenceCount, 8,
468 if (!syncobjs)
480 syncobjs[i] = impl->syncobj;
502 ret = anv_gem_syncobj_wait(device, syncobjs, fenceCount,
506 vk_free(&device->alloc, syncobjs);
    [all...]
anv_batch_chain.c 964 struct anv_syncobj ** syncobjs; member in struct:anv_execbuf
    [all...]

Completed in 89 milliseconds