Searched refs:GetImageLayoutMap (Results 1 – 3 of 3) sorted by relevance
139 auto imgsubIt = (*GetImageLayoutMap()).find(imgpair); in FindLayoutVerifyLayout()140 if (imgsubIt == (*GetImageLayoutMap()).end()) { in FindLayoutVerifyLayout()192 auto imgsubIt = (*GetImageLayoutMap()).find(imgpair); in FindGlobalLayout()193 if (imgsubIt == (*GetImageLayoutMap()).end()) return false; in FindGlobalLayout()211 auto img_data = (*GetImageLayoutMap()).find(imgsubpair); in FindLayouts()212 if (img_data != (*GetImageLayoutMap()).end()) { in FindLayouts()260 auto &lmap = (*GetImageLayoutMap()); in SetGlobalLayout()1503 (*GetImageLayoutMap())[subpair] = image_state; in PostCallRecordCreateImage()1539 GetImageLayoutMap()->erase(pair); in PreCallRecordDestroyImage()
525 std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE>* GetImageLayoutMap();
5026 std::unordered_map<ImageSubresourcePair, IMAGE_LAYOUT_NODE> *CoreChecks::GetImageLayoutMap() { retu… in GetImageLayoutMap() function in CoreChecks