Searched refs:anv_gem_syncobj_wait (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem_stubs.c248 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
H A Danv_gem.c598 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
H A Danv_queue.c433 int ret = anv_gem_syncobj_wait(device, &impl->syncobj, 1, 0, true);
529 ret = anv_gem_syncobj_wait(device, syncobjs, fenceCount,
H A Danv_private.h1259 int anv_gem_syncobj_wait(struct anv_device *device,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem_stubs.c286 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
H A Danv_gem.c705 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
H A Danv_queue.c801 if (anv_gem_syncobj_wait(device, &syncobj, 1,
803 result = anv_device_set_lost(device, "anv_gem_syncobj_wait failed: %m");
1677 int ret = anv_gem_syncobj_wait(device, &impl->syncobj, 1, 0, false);
1727 ret = anv_gem_syncobj_wait(device, syncobjs, fenceCount,
H A Danv_private.h1466 int anv_gem_syncobj_wait(struct anv_device *device,

Completed in 43 milliseconds