HomeSort by: relevance | last modified time | path
    Searched refs:anv_vma_alloc (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
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)) {
genX_query.c 115 anv_vma_alloc(device, &pool->bo);
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
anv_descriptor_set.c 731 anv_vma_alloc(device, &pool->bo);
anv_private.h 1263 bool anv_vma_alloc(struct anv_device *device, struct anv_bo *bo);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
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,
anv_device.c 3546 anv_vma_alloc(struct anv_device *device, function
anv_private.h 1485 uint64_t anv_vma_alloc(struct anv_device *device,

Completed in 24 milliseconds