Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp528 VkMemoryAllocateInfo memory_alloc_info = {}; in TEST_F() local
529 memory_alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()
530 memory_alloc_info.pNext = &app_info; in TEST_F()
531 vkAllocateMemory(device(), &memory_alloc_info, NULL, &memory); in TEST_F()