Searched refs:aligned_alloc_size (Results 1 – 2 of 2) sorted by relevance
3789 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local3792 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()3803 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()3942 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()3947 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
1772 VkDeviceSize aligned_alloc_size = in pvr_AllocateMemory() local1793 if (aligned_alloc_size > mem->bo->size) { in pvr_AllocateMemory()