Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp297 auto &image_subresources = imageSubresourceMap[image]; in SetGlobalLayout() local
298 auto subresource = std::find(image_subresources.begin(), image_subresources.end(), imgpair); in SetGlobalLayout()
299 if (subresource == image_subresources.end()) { in SetGlobalLayout()
300 image_subresources.push_back(imgpair); in SetGlobalLayout()