Searched refs:swapchainImageMap (Results 1 – 2 of 2) sorted by relevance
79 std::unordered_map<uint64_t, ObjTrackState *> swapchainImageMap; variable133 …f ((object_type != kVulkanObjectTypeImage) || (swapchainImageMap.find(object_handle) == swapchainI… in ValidateObject()143 object_lifetime_data->swapchainImageMap.find(object_handle) != in ValidateObject()144 object_lifetime_data->swapchainImageMap.end())) { in ValidateObject()
274 swapchainImageMap[HandleToUint64(swapchain_image)] = pNewObjNode; in CreateSwapchainImageObject()689 std::unordered_map<uint64_t, ObjTrackState *>::iterator itr = swapchainImageMap.begin(); in PreCallRecordDestroySwapchainKHR()690 while (itr != swapchainImageMap.end()) { in PreCallRecordDestroySwapchainKHR()695 swapchainImageMap.erase(delete_item); in PreCallRecordDestroySwapchainKHR()