Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h454 android::base::Optional<VkBuffer> bufferForDedicatedAllocation = android::base::kNullopt,
DVkCommonOperations.cpp1435 Optional<VkBuffer> bufferForDedicatedAllocation, in allocExternalMemory() argument
1463 if (bufferForDedicatedAllocation.hasValue() || imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()
1465 if (bufferForDedicatedAllocation.hasValue()) { in allocExternalMemory()
1466 dedicatedAllocInfo.buffer = *bufferForDedicatedAllocation; in allocExternalMemory()