Lines Matching defs:alias
63 alias = None
80 def __init__(self, name, alias="", required=False, nonstandard=False,
83 self.alias = alias
91 if alias == "" and (properties == True or features == True):
92 raise RuntimeError("alias must be available when properties and/or features are used")
147 return self.alias + '_' + suffix
211 command_aliases[cmd.get("name")] = cmd.get("alias")
218 alias = typ.get("alias")
220 if name and alias:
221 struct_aliases[name] = alias
223 for (cmd, alias) in command_aliases.items():
224 commands_type[cmd] = commands_type[alias]
284 # if the extension is promoted but a core-Vulkan alias is not
303 # if the extension is promoted but a core-Vulkan alias is not