Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp1434 bool actuallyExternal, Optional<uint64_t> deviceAlignment, in allocExternalMemory() argument
1500 !deviceAlignment.hasValue() || in allocExternalMemory()
1511 (kPageSize - mappedPtrPageOffset) % deviceAlignment.value() == 0) { in allocExternalMemory()
1518 … allocationAttempts.size(), deviceAlignment.valueOr(0), mappedPtrPageOffset); in allocExternalMemory()
2113 Optional<uint64_t> deviceAlignment = in initializeVkColorBufferLocked() local
2116 deviceAlignment, kNullopt, dedicatedImage); in initializeVkColorBufferLocked()
3039 Optional<uint64_t> deviceAlignment = in setupVkBuffer() local
3043 deviceAlignment, dedicated_buffer); in setupVkBuffer()
DVkCommonOperations.h453 android::base::Optional<uint64_t> deviceAlignment = android::base::kNullopt,