Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkCommonOperations.cpp1205 Optional<uint64_t> deviceAlignment) { in allocExternalMemory() argument
1257 !deviceAlignment.hasValue() || in allocExternalMemory()
1268 (kPageSize - mappedPtrPageOffset) % deviceAlignment.value() == 0) { in allocExternalMemory()
1763 Optional<uint64_t> deviceAlignment = in setupVkColorBuffer() local
1766 vk, &res.memory, true /*actuallyExternal*/, deviceAlignment); in setupVkColorBuffer()
2431 Optional<uint64_t> deviceAlignment = in setupVkBuffer() local
2434 vk, &res.memory, true /* actuallyExternal */, deviceAlignment); in setupVkBuffer()
DVkCommonOperations.h376 android::base::Optional<uint64_t> deviceAlignment =