Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching full:consts

1113         # self.writeInclude('consts', name, s)
1148 for dict in [ 'flags', 'enums', 'structs', 'consts', 'enums',
1149 'consts', 'protos', 'funcpointers' ]:
1223 # Add each enumerant name to the 'consts' dictionary, with
1230 # @consts C enumerant/const name Name of corresponding 'enums' key
1236 self.addName('consts', name, enquote(groupName))
1240 # Add the constant name to the 'consts' dictionary, with the
1246 # @consts C enumerant/const name Name of corresponding 'enums' key
1248 self.addName('consts', name, None)