Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp315 const vkhpp::MemoryDedicatedAllocateInfo dedicatedAllocateInfo = { in TEST_P() local
320 .pNext = &dedicatedAllocateInfo, in TEST_P()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp207 const VkMemoryDedicatedAllocateInfo* dedicatedAllocateInfo = in vkAllocateMemory() local
209 if (dedicatedAllocateInfo) { in vkAllocateMemory()
210 if (dedicatedAllocateInfo->image) { in vkAllocateMemory()
214 dedicatedAllocateInfo->image)); in vkAllocateMemory()
216 if (dedicatedAllocateInfo->buffer) { in vkAllocateMemory()
220 dedicatedAllocateInfo->buffer)); in vkAllocateMemory()