Home
last modified time | relevance | path

Searched refs:_ccs_size (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1615 anv_vma_free(device, bo->offset, bo->size + bo->_ccs_size); in anv_bo_finish()
1649 bo->offset = anv_vma_alloc(device, bo->size + bo->_ccs_size, in anv_bo_vma_alloc_or_close()
1733 ._ccs_size = ccs_size, in anv_device_alloc_bo()
1781 if (new_bo._ccs_size > 0) { in anv_device_alloc_bo()
2032 assert(new_bo._ccs_size == 0); in anv_device_import_bo()
2152 if (bo->_ccs_size > 0) { in anv_device_release_bo()
Danv_private.h526 uint32_t _ccs_size; member