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 D | anv_gem_stubs.c | 248 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
|
| H A D | anv_gem.c | 598 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
|
| H A D | anv_queue.c | 433 int ret = anv_gem_syncobj_wait(device, &impl->syncobj, 1, 0, true); 529 ret = anv_gem_syncobj_wait(device, syncobjs, fenceCount,
|
| H A D | anv_private.h | 1259 int anv_gem_syncobj_wait(struct anv_device *device,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_gem_stubs.c | 286 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
|
| H A D | anv_gem.c | 705 anv_gem_syncobj_wait(struct anv_device *device, function in typeref:typename:int
|
| H A D | anv_queue.c | 801 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 D | anv_private.h | 1466 int anv_gem_syncobj_wait(struct anv_device *device,
|
Completed in 43 milliseconds