Searched refs:imgsubpair (Results 1 – 2 of 2) sorted by relevance
209 for (auto imgsubpair : sub_data->second) { in FindLayouts() local210 if (ignoreGlobal && !imgsubpair.hasSubresource) continue; in FindLayouts()211 auto img_data = (*GetImageLayoutMap()).find(imgsubpair); in FindLayouts()
11873 for (auto imgsubpair : image_sub->second) { in PreCallRecordDestroySwapchainKHR() local11874 auto image_item = device_data->imageLayoutMap.find(imgsubpair); in PreCallRecordDestroySwapchainKHR()