Searched refs:imageForDedicatedAllocation (Results 1 – 2 of 2) sorted by relevance
245 android::base::Optional<VkImage> imageForDedicatedAllocation = android::base::kNullopt);
1942 Optional<VkImage> imageForDedicatedAllocation) { in allocExternalMemory() argument1980 if (bufferForDedicatedAllocation.hasValue() || imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()1985 if (imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()1986 dedicatedAllocInfo.image = *imageForDedicatedAllocation; in allocExternalMemory()