Searched refs:vendor_sub_str (Results 1 – 1 of 1) sorted by relevance
69 string vendor_sub_str = matched_sub_str.substr(matched_sub_str.find("/") + 1); in ParseFormats() local70 uint64_t vendor_code = std::stoi(vendor_sub_str); in ParseFormats()73 uint64_t fmt_modifier = std::stoi(vendor_sub_str.substr(vendor_sub_str.find("/") + 1)); in ParseFormats()