Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp109 uint64_t size_pages = 1ULL << size_order; in alloc() local
110 uint64_t size = size_pages * MEM_PAGE_SIZE; in alloc()
121 assert(hole.num_pages < size_pages + hole_alignment_pages); in alloc()
127 allocation a{addr_page, size_pages}; in alloc()
133 assert(hole.num_pages >= size_pages + addr_page - hole.start_page); in alloc()

Completed in 1 milliseconds