Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp66 constexpr uint64_t allocation_end_page(const allocation& a) { in allocation_end_page() function
140 if (allocation_end_page(hole) > allocation_end_page(a)) { in alloc()
141 heap_holes.emplace(allocation{allocation_end_page(a), in alloc()
142 allocation_end_page(hole) - allocation_end_page(a)}); in alloc()
168 if (next->start_page == allocation_end_page(a)) { in dealloc()
176 if (allocation_end_page(*prev) == next->start_page) { in dealloc()
193 if (allocation_end_page(*prev) == a.start_page) { in dealloc()