Home
last modified time | relevance | path

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

/external/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp104 uint64_t size_pages = 1ULL << size_order; in alloc() local
105 uint64_t size = size_pages * MEM_PAGE_SIZE; in alloc()
116 assert(hole.num_pages < size_pages + hole_alignment_pages); in alloc()
122 allocation a{addr_page, size_pages}; in alloc()
128 assert(hole.num_pages >= size_pages + addr_page - hole.start_page); in alloc()