Searched refs:bufferMemoryAllocateInfo (Results 1 – 2 of 2) sorted by relevance
377 const vkhpp::MemoryAllocateInfo bufferMemoryAllocateInfo = { in TEST_P() local382 auto bufferMemory = device->allocateMemoryUnique(bufferMemoryAllocateInfo).value; in TEST_P()
86 const vkhpp::MemoryAllocateInfo bufferMemoryAllocateInfo = { in DoCreateBuffer() local90 auto bufferMemory = VK_EXPECT_RV(device->allocateMemoryUnique(bufferMemoryAllocateInfo)); in DoCreateBuffer()