Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h477 android::base::Optional<VkBuffer> bufferForDedicatedAllocation = android::base::kNullopt,
DVkCommonOperations.cpp1729 Optional<VkBuffer> bufferForDedicatedAllocation, in allocExternalMemory() argument
1768 if (bufferForDedicatedAllocation.hasValue() || imageForDedicatedAllocation.hasValue()) { in allocExternalMemory()
1770 if (bufferForDedicatedAllocation.hasValue()) { in allocExternalMemory()
1771 dedicatedAllocInfo.buffer = *bufferForDedicatedAllocation; in allocExternalMemory()