HomeSort by relevance Sort by last modified time
    Searched full:typedef_rev_dict (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/
vk_helper.py 86 # typedef_rev_dict stores mapping from new_type_name -> orig_type_name
87 typedef_rev_dict = {} # store new_name -> orig_name mapping variable
103 self.typedef_rev_dict = {}
123 return self.typedef_rev_dict
223 self.typedef_rev_dict[targ_type.strip(';')] = base_type
323 # the data is not in the types or typedef_rev_dict, so we never pass this if check
352 if identifier in typedef_rev_dict:
353 new_id = typedef_rev_dict[identifier]
    [all...]
vk-layer-generate.py 114 if vk_helper.typedef_rev_dict[struct_type] in vk_helper.struct_dict:
115 struct_type = vk_helper.typedef_rev_dict[struct_type]
    [all...]

Completed in 198 milliseconds