Searched refs:image_mem_alloc (Results 1 – 1 of 1) sorted by relevance
3344 VkMemoryAllocateInfo image_mem_alloc = {}, buffer_mem_alloc = {}; in TEST_F() local3345 image_mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in TEST_F()3346 image_mem_alloc.allocationSize = image_mem_reqs.size; in TEST_F()3347 pass = m_device->phy().set_memory_type(image_mem_reqs.memoryTypeBits, &image_mem_alloc, 0); in TEST_F()3355 err = vkAllocateMemory(device(), &image_mem_alloc, NULL, &image_mem); in TEST_F()