Lines Matching full:enables
61 def getConditions(self, enables): argument
63 one or more of the enables is supported.
65 - enables - ElementTree corresponding to a <spirvcapability> or
69 for enable in enables.findall('enable'):
70 condition = self.getCondition(enable, parent=enables)
86 # Combine all conditions for enables and surround the row with
111 # requirement, and if there are multiple enables (otherwise,
114 enables = [e for e in elem.findall('enable')]
116 remaining = len(enables)
117 for subelem in enables:
185 # If there are no more enables, do not continue the last line