Searched refs:mem_alloc_info (Results 1 – 1 of 1) sorted by relevance
6750 VkMemoryAllocateInfo mem_alloc_info = {}; in TEST_F() local6751 mem_alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()6752 mem_alloc_info.allocationSize = mem_reqs.size; in TEST_F()6753 …m_device->phy().set_memory_type(mem_reqs.memoryTypeBits, &mem_alloc_info, VK_MEMORY_PROPERTY_HOST_… in TEST_F()6754 err = vkAllocateMemory(m_device->device(), &mem_alloc_info, NULL, &mem); in TEST_F()