Home
last modified time | relevance | path

Searched refs:sections_lists (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/util/
Dmerge_driinfo.py68 sections_lists = []
73 sections_lists.append(sections)
132 return sections_lists
157 def merge_sections_lists(sections_lists): argument
165 for idx,sections in enumerate(sections_lists):
168 for next_sections in sections_lists[idx+1:]:
183 sections_lists = parse_inputs(input_filenames)
184 if sections_lists is None:
187 merged_sections_list = merge_sections_lists(sections_lists)