Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp989 VkMemoryAllocateInfo image_mem_alloc = {}, buffer_mem_alloc = {}; in TEST_F() local
994 buffer_mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()
995 buffer_mem_alloc.allocationSize = buffer_mem_reqs.size; in TEST_F()
996 … pass = m_device->phy().set_memory_type(buffer_mem_reqs.memoryTypeBits, &buffer_mem_alloc, 0); in TEST_F()
1002 err = vkAllocateMemory(device(), &buffer_mem_alloc, NULL, &buffer_mem); in TEST_F()