Searched refs:bufferForDedicatedAllocation (Results 1 – 2 of 2) sorted by relevance
454 android::base::Optional<VkBuffer> bufferForDedicatedAllocation = android::base::kNullopt,
1435 Optional<VkBuffer> bufferForDedicatedAllocation, in allocExternalMemory() argument1463 if (bufferForDedicatedAllocation.hasValue() || imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()1465 if (bufferForDedicatedAllocation.hasValue()) { in allocExternalMemory()1466 dedicatedAllocInfo.buffer = *bufferForDedicatedAllocation; in allocExternalMemory()