Home
last modified time | relevance | path

Searched refs:image_sub (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11871 auto image_sub = device_data->imageSubresourceMap.find(swapchain_image); in PreCallRecordDestroySwapchainKHR() local
11872 if (image_sub != device_data->imageSubresourceMap.end()) { in PreCallRecordDestroySwapchainKHR()
11873 for (auto imgsubpair : image_sub->second) { in PreCallRecordDestroySwapchainKHR()
11879 device_data->imageSubresourceMap.erase(image_sub); in PreCallRecordDestroySwapchainKHR()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp27087 VkImageSubresource image_sub = VkImageObj::subresource(VK_IMAGE_ASPECT_COLOR_BIT, 0, 0); in TEST_F() local
27088 VkImageSubresourceRange image_sub_range = VkImageObj::subresource_range(image_sub); in TEST_F()