Searched refs:aligned_alloc_size (Results 1 – 1 of 1) sorted by relevance
3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()