Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.h29 constexpr uint64_t kLargestPageSize = 65536; variable
DHostVisibleMemoryVirtualization.cpp46 mAllocator = std::make_unique<gfxstream::guest::SubAllocator>(address, mSize, kLargestPageSize); in CoherentMemory()
DResourceTracker.cpp3019 hostAllocationInfo.allocationSize = ALIGN(pAllocateInfo->allocationSize, kLargestPageSize); in allocateCoherentMemory()