Searched refs:anv_vma_alloc (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 1436 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 D | genX_query.c | 115 anv_vma_alloc(device, &pool->bo);
|
| H A D | anv_device.c | 1921 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 D | anv_descriptor_set.c | 731 anv_vma_alloc(device, &pool->bo);
|
| H A D | anv_private.h | 1263 bool anv_vma_alloc(struct anv_device *device, struct anv_bo *bo);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 1720 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 D | anv_device.c | 3546 anv_vma_alloc(struct anv_device *device, function in typeref:typename:uint64_t
|
| H A D | anv_private.h | 1485 uint64_t anv_vma_alloc(struct anv_device *device,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 1738 - anv: Make anv_vma_alloc/free a lot dumber
|
Completed in 74 milliseconds