Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp1233 VkMemoryAllocateInfo sparse_mem_alloc = {}; in TEST_F() local
1234 sparse_mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()
1235 sparse_mem_alloc.pNext = NULL; in TEST_F()
1236 sparse_mem_alloc.allocationSize = sparse_mem_reqs.size; in TEST_F()
1237 sparse_mem_alloc.memoryTypeIndex = 0; in TEST_F()
1238 … pass = m_device->phy().set_memory_type(sparse_mem_reqs.memoryTypeBits, &sparse_mem_alloc, 0); in TEST_F()
1241 … err = vkAllocateMemory(m_device->device(), &sparse_mem_alloc, NULL, &sparse_mem); in TEST_F()
1268 VkMemoryAllocateInfo sparse_mem_alloc = {}; in TEST_F() local
1269 sparse_mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()
1270 sparse_mem_alloc.pNext = NULL; in TEST_F()
[all …]