Searched refs:anv_gem_munmap (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_gem_stubs.c74 anv_gem_munmap(void *p, uint64_t size) function in typeref:typename:void
H A Danv_gem.c104 anv_gem_munmap(void *p, uint64_t size) function in typeref:typename:void
H A Danv_allocator.c505 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 DgenX_query.c148 anv_gem_munmap(pool->bo.map, pool->bo.size);
H A Danv_device.c1938 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 Danv_descriptor_set.c767 anv_gem_munmap(pool->bo.map, pool->bo.size);
H A Danv_private.h1218 void anv_gem_munmap(void *p, uint64_t size);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem_stubs.c71 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) function in typeref:typename:void
H A Danv_allocator.c441 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 Danv_gem.c161 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) function in typeref:typename:void
H A Danv_device.c4050 anv_gem_munmap(device, mem->map, mem->map_size);
H A Danv_private.h1419 void anv_gem_munmap(struct anv_device *device, void *p, uint64_t size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4435 - anv: use anv_gem_munmap in block pool cleanup
H A D20.1.0.rst3486 - anv: Add anv_device parameter to anv_gem_munmap.

Completed in 99 milliseconds