Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp105 const vkhpp::MemoryAllocateInfo vertexBufferMemoryAllocateInfo = { in TEST_P() local
109 auto vertexBufferMemory = device->allocateMemoryUnique(vertexBufferMemoryAllocateInfo).value; in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp111 const vkhpp::MemoryAllocateInfo vertexBufferMemoryAllocateInfo = { in createAndPopulateBuffer() local
116 VK_EXPECT_RV(device.allocateMemoryUnique(vertexBufferMemoryAllocateInfo)); in createAndPopulateBuffer()