Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp3816 VkImageSubresource image_sub = VkImageObj::subresource(VK_IMAGE_ASPECT_COLOR_BIT, 0, 0); in TEST_F() local
3817 VkImageSubresourceRange image_sub_range = VkImageObj::subresource_range(image_sub); in TEST_F()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp12945 auto image_sub = imageSubresourceMap.find(swapchain_image); in PreCallRecordDestroySwapchainKHR() local
12946 if (image_sub != imageSubresourceMap.end()) { in PreCallRecordDestroySwapchainKHR()
12947 for (auto imgsubpair : image_sub->second) { in PreCallRecordDestroySwapchainKHR()
12953 imageSubresourceMap.erase(image_sub); in PreCallRecordDestroySwapchainKHR()