Searched refs:bufferForDedicatedAllocation (Results 1 – 2 of 2) sorted by relevance
477 android::base::Optional<VkBuffer> bufferForDedicatedAllocation = android::base::kNullopt,
1729 Optional<VkBuffer> bufferForDedicatedAllocation, in allocExternalMemory() argument1768 if (bufferForDedicatedAllocation.hasValue() || imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()1770 if (bufferForDedicatedAllocation.hasValue()) { in allocExternalMemory()1771 dedicatedAllocInfo.buffer = *bufferForDedicatedAllocation; in allocExternalMemory()