Searched refs:anv_vma_alloc (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1436 if (!anv_vma_alloc(pool->device, &new_bo))
1600 anv_vma_alloc(device, &bo->bo);
1701 if (!anv_vma_alloc(device, &bo->bo)) {
1765 if (!anv_vma_alloc(device, &bo->bo)) {
1866 if (!anv_vma_alloc(device, &bo->bo)) {
H A DgenX_query.c115 anv_vma_alloc(device, &pool->bo);
H A Danv_device.c1921 anv_vma_alloc(device, &device->trivial_batch_bo);
2033 anv_vma_alloc(device, &device->hiz_clear_bo);
2334 if (!anv_vma_alloc(device, &device->workaround_bo))
2640 anv_vma_alloc(struct anv_device *device, struct anv_bo *bo) function in typeref:typename:bool
H A Danv_descriptor_set.c731 anv_vma_alloc(device, &pool->bo);
H A Danv_private.h1263 bool anv_vma_alloc(struct anv_device *device, struct anv_bo *bo);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1720 new_bo.offset = anv_vma_alloc(device, new_bo.size + new_bo._ccs_size,
1827 new_bo.offset = anv_vma_alloc(device, new_bo.size,
1960 new_bo.offset = anv_vma_alloc(device, new_bo.size,
H A Danv_device.c3546 anv_vma_alloc(struct anv_device *device, function in typeref:typename:uint64_t
H A Danv_private.h1485 uint64_t anv_vma_alloc(struct anv_device *device,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1738 - anv: Make anv_vma_alloc/free a lot dumber

Completed in 74 milliseconds