D | ComputePipelineRestoration_integrationtest.cpp | 65 vk->vkFreeMemory(device, imageMemory, nullptr); in TearDown() 100 VK_CHECK(vk->vkAllocateMemory(device, &allocInfo, nullptr, &imageMemory)); in createImage() 101 VK_CHECK(vk->vkBindImageMemory(device, image, imageMemory, 0)); in createImage() 123 VkDeviceMemory imageMemory = VK_NULL_HANDLE; member in goldfish_vk::testing::__anonbc3419c60111::ComputePipelineRestorationTest
|