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.cpp267 auto &image_subresources = (*GetImageSubresourceMap())[image]; in SetGlobalLayout() local
268 auto subresource = std::find(image_subresources.begin(), image_subresources.end(), imgpair); in SetGlobalLayout()
269 if (subresource == image_subresources.end()) { in SetGlobalLayout()
270 image_subresources.push_back(imgpair); in SetGlobalLayout()