Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotImageTests.cpp66 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in TEST_P() local
71 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
148 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in TEST_P() local
153 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
195 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in TEST_P() local
200 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
270 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in TEST_P() local
275 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
319 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in TEST_P() local
325 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
[all …]
DGfxstreamEnd2EndVkTests.cpp93 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in DoAcquireImageAndroidWithSync() local
98 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in DoAcquireImageAndroidWithSync()
173 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in TEST_P() local
178 auto imageMemory = device->allocateMemoryUnique(imageMemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp313 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in createColorAttachment() local
318 res->memory = device.allocateMemoryUnique(imageMemoryAllocateInfo).value; in createColorAttachment()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp331 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in CreateImage() local
335 auto imageMemory = VK_EXPECT_RV(mDevice->allocateMemoryUnique(imageMemoryAllocateInfo)); in CreateImage()
579 const vkhpp::MemoryAllocateInfo imageMemoryAllocateInfo = { in CreateYuvImage() local
583 auto imageMemory = VK_EXPECT_RV(mDevice->allocateMemoryUnique(imageMemoryAllocateInfo)); in CreateYuvImage()