Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp377 const vkhpp::MemoryAllocateInfo bufferMemoryAllocateInfo = { in TEST_P() local
382 auto bufferMemory = device->allocateMemoryUnique(bufferMemoryAllocateInfo).value; in TEST_P()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp86 const vkhpp::MemoryAllocateInfo bufferMemoryAllocateInfo = { in DoCreateBuffer() local
90 auto bufferMemory = VK_EXPECT_RV(device->allocateMemoryUnique(bufferMemoryAllocateInfo)); in DoCreateBuffer()