Home
last modified time | relevance | path

Searched refs:stagingBufferMemoryAllocateInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp61 const vkhpp::MemoryAllocateInfo stagingBufferMemoryAllocateInfo = { in TEST_P() local
65 auto stagingBufferMemory = device->allocateMemoryUnique(stagingBufferMemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp382 const vkhpp::MemoryAllocateInfo stagingBufferMemoryAllocateInfo = { in TEST_P() local
386 auto stagingBufferMemory = device->allocateMemoryUnique(stagingBufferMemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkTests.cpp198 const vkhpp::MemoryAllocateInfo stagingBufferMemoryAllocateInfo = { in TEST_P() local
202 auto stagingBufferMemory = device->allocateMemoryUnique(stagingBufferMemoryAllocateInfo).value; in TEST_P()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp370 VkMemoryAllocateInfo stagingBufferMemoryAllocateInfo = { in loadImageContent() local
376 _RUN_AND_CHECK(dispatch->vkAllocateMemory(stateBlock->device, &stagingBufferMemoryAllocateInfo, in loadImageContent()
620 VkMemoryAllocateInfo stagingBufferMemoryAllocateInfo = { in loadBufferContent() local
626 _RUN_AND_CHECK(dispatch->vkAllocateMemory(stateBlock->device, &stagingBufferMemoryAllocateInfo, in loadBufferContent()