Searched refs:anv_gem_munmap (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_gem_stubs.c | 74 anv_gem_munmap(void *p, uint64_t size) function in typeref:typename:void
|
| H A D | anv_gem.c | 104 anv_gem_munmap(void *p, uint64_t size) function in typeref:typename:void
|
| H A D | anv_allocator.c | 505 anv_gem_munmap(cleanup->map, cleanup->size); 1395 anv_gem_munmap(link_copy.bo.map, link_copy.bo.size); 1960 anv_gem_munmap(bo->bo.map, bo->bo.size);
|
| H A D | genX_query.c | 148 anv_gem_munmap(pool->bo.map, pool->bo.size);
|
| H A D | anv_device.c | 1938 anv_gem_munmap(map, device->trivial_batch_bo.size); 2042 anv_gem_munmap(map, device->hiz_clear_bo.size); 2386 anv_gem_munmap(device->workaround_bo.map, device->workaround_bo.size); 2441 anv_gem_munmap(device->workaround_bo.map, device->workaround_bo.size); 3112 anv_gem_munmap(mem->map, mem->map_size);
|
| H A D | anv_descriptor_set.c | 767 anv_gem_munmap(pool->bo.map, pool->bo.size);
|
| H A D | anv_private.h | 1218 void anv_gem_munmap(void *p, uint64_t size);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_gem_stubs.c | 71 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) function in typeref:typename:void
|
| H A D | anv_allocator.c | 441 anv_gem_munmap(pool->device, bo->map, bo->size); 1724 anv_gem_munmap(device, new_bo.map, size); 2051 anv_gem_munmap(device, bo->map, bo->size);
|
| H A D | anv_gem.c | 161 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) function in typeref:typename:void
|
| H A D | anv_device.c | 4050 anv_gem_munmap(device, mem->map, mem->map_size);
|
| H A D | anv_private.h | 1419 void anv_gem_munmap(struct anv_device *device, void *p, uint64_t size);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4435 - anv: use anv_gem_munmap in block pool cleanup
|
| H A D | 20.1.0.rst | 3486 - anv: Add anv_device parameter to anv_gem_munmap.
|
Completed in 99 milliseconds