Searched refs:deviceAlignment (Results 1 – 2 of 2) sorted by relevance
1434 bool actuallyExternal, Optional<uint64_t> deviceAlignment, in allocExternalMemory() argument1500 !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() local2116 deviceAlignment, kNullopt, dedicatedImage); in initializeVkColorBufferLocked()3039 Optional<uint64_t> deviceAlignment = in setupVkBuffer() local3043 deviceAlignment, dedicated_buffer); in setupVkBuffer()
453 android::base::Optional<uint64_t> deviceAlignment = android::base::kNullopt,