Searched refs:EnumInfo (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/scripts/
H A Dreg.py107 # EnumInfo - registry information about an enum
110 class EnumInfo(BaseInfo): class in inherits:BaseInfo
168 # enumdict - dictionary of EnumInfo objects keyed by enum name
300 enumInfo = EnumInfo(enum)
354 # add an EnumInfo record to the dictionary. That works because
391 enumInfo = EnumInfo(enum)

Completed in 99 milliseconds