Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp338 VkMemoryDedicatedAllocateInfo memoryAllocateInfo{ in init() local
346 .pNext = &memoryAllocateInfo, in init()
528 VkMemoryAllocateInfo memoryAllocateInfo{ in init() local
535 VK_CALL(vkAllocateMemory(mInit->device(), &memoryAllocateInfo, nullptr, in init()
DVulkanPreTransformTestHelpers.cpp515 VkMemoryAllocateInfo memoryAllocateInfo = { in createVertexBuffers() local
521 VK_CALL(vkAllocateMemory(mDeviceInfo->device(), &memoryAllocateInfo, nullptr, &mDeviceMemory)); in createVertexBuffers()