Searched refs:metadata_memory_info (Results 1 – 1 of 1) sorted by relevance
3421 VkMemoryAllocateInfo metadata_memory_info = {}; in TEST_F() local3422 metadata_memory_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()3423 metadata_memory_info.allocationSize = metadata_reqs->imageMipTailSize; in TEST_F()3424 m_device->phy().set_memory_type(memory_reqs.memoryTypeBits, &metadata_memory_info, 0); in TEST_F()3425 err = vkAllocateMemory(m_device->device(), &metadata_memory_info, NULL, &metadata_memory); in TEST_F()