Lines Matching refs:groupName
688 groupName = enum.get('extends')
689 if groupName is not None:
694 # Look up the GroupInfo with matching groupName
695 if groupName in self.groupdict:
697 # groupName, 'found, adding element...')
698 gi = self.groupdict[groupName]
702 groupName, 'for enum', enum.get('name'), 'found.')
703 if groupName == "VkFormat":
735 groupName = enum.get('extends')
736 if groupName is not None:
749 # Look up the GroupInfo with matching groupName
750 if groupName in self.groupdict:
752 # groupName, 'found, adding element...')
753 gi = self.groupdict[groupName]
757 groupName, 'for enum', enum.get('name'), 'found.')
759 if groupName == "VkFormat":
767 elif groupName == "VkPipelineStageFlagBits2":
776 elif groupName == "VkAccessFlagBits2":
946 groupName = enum.elem.get('extends')
947 if groupName is not None:
950 # Look up the Info with matching groupName
951 if groupName in self.groupdict:
952 gi = self.groupdict[groupName]
960 groupName)
964 groupName)