Searched refs:image_subresources (Results 1 – 1 of 1) sorted by relevance
297 auto &image_subresources = imageSubresourceMap[image]; in SetGlobalLayout() local298 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()