Searched refs:anv_gem_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 | 92 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) function in typeref:typename:int
|
| H A D | anv_gem.c | 172 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) function in typeref:typename:int
|
| H A D | anv_private.h | 1223 int anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns);
|
| H A D | anv_device.c | 2604 int ret = anv_gem_wait(device, bo->gem_handle, &timeout);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_gem_stubs.c | 95 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) function in typeref:typename:int
|
| H A D | anv_gem.c | 232 anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns) function in typeref:typename:int
|
| H A D | anv_device.c | 3529 int ret = anv_gem_wait(device, bo->gem_handle, &timeout);
|
| H A D | anv_private.h | 1427 int anv_gem_wait(struct anv_device *device, uint32_t gem_handle, int64_t *timeout_ns);
|
Completed in 28 milliseconds