Searched refs:img_mem_reqs (Results 1 – 1 of 1) sorted by relevance
1294 VkMemoryRequirements buff_mem_reqs, img_mem_reqs; in TEST_F() local1335 vkGetImageMemoryRequirements(m_device->device(), image, &img_mem_reqs); in TEST_F()1342 alloc_info.allocationSize = buff_mem_reqs.size + img_mem_reqs.size; in TEST_F()1343 …pass = m_device->phy().set_memory_type(buff_mem_reqs.memoryTypeBits & img_mem_reqs.memoryTypeBits,… in TEST_F()