Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h245 android::base::Optional<VkImage> imageForDedicatedAllocation = android::base::kNullopt);
DVkCommonOperations.cpp1942 Optional<VkImage> imageForDedicatedAllocation) { in allocExternalMemory() argument
1980 if (bufferForDedicatedAllocation.hasValue() || imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()
1985 if (imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()
1986 dedicatedAllocInfo.image = *imageForDedicatedAllocation; in allocExternalMemory()