Searched refs:imgsubpair (Results 1 – 2 of 2) sorted by relevance
241 for (auto imgsubpair : sub_data->second) { in FindLayouts() local242 if (ignoreGlobal && !imgsubpair.hasSubresource) continue; in FindLayouts()243 auto img_data = imageLayoutMap.find(imgsubpair); in FindLayouts()
12947 for (auto imgsubpair : image_sub->second) { in PreCallRecordDestroySwapchainKHR() local12948 auto image_item = imageLayoutMap.find(imgsubpair); in PreCallRecordDestroySwapchainKHR()