Searched refs:image_sub (Results 1 – 2 of 2) sorted by relevance
3816 VkImageSubresource image_sub = VkImageObj::subresource(VK_IMAGE_ASPECT_COLOR_BIT, 0, 0); in TEST_F() local3817 VkImageSubresourceRange image_sub_range = VkImageObj::subresource_range(image_sub); in TEST_F()
12945 auto image_sub = imageSubresourceMap.find(swapchain_image); in PreCallRecordDestroySwapchainKHR() local12946 if (image_sub != imageSubresourceMap.end()) { in PreCallRecordDestroySwapchainKHR()12947 for (auto imgsubpair : image_sub->second) { in PreCallRecordDestroySwapchainKHR()12953 imageSubresourceMap.erase(image_sub); in PreCallRecordDestroySwapchainKHR()