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