Home
last modified time | relevance | path

Searched refs:groupElem (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dgenerator.py558 groupElem = groupinfo.elem
565 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
569 if groupElem.get('bitwidth'):
571 bitwidth = int(groupElem.get('bitwidth'))
573 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for '…
581 if groupElem.get('type') == 'bitmask':
590 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for b…
597 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for e…
605 groupElem = groupinfo.elem
606 flagTypeName = groupElem.get('name')
[all …]
Dscriptgenerator.py293 groupElem = groupinfo.elem
306 enumerants = [elem.get('name') for elem in groupElem.findall('enum')]
Dcgenerator.py457 groupElem = groupinfo.elem
461 if groupElem.get('type') == 'bitmask':
Dvaliditygenerator.py1529 groupElem = groupinfo.elem
1535 for elem in groupElem.findall('enum'):
/third_party/vulkan-headers/registry/
Dgenerator.py558 groupElem = groupinfo.elem
565 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
569 if groupElem.get('bitwidth'):
571 bitwidth = int(groupElem.get('bitwidth'))
573 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for '…
581 if groupElem.get('type') == 'bitmask':
590 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for b…
597 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for e…
605 groupElem = groupinfo.elem
606 flagTypeName = groupElem.get('name')
[all …]
Dcgenerator.py457 groupElem = groupinfo.elem
461 if groupElem.get('type') == 'bitmask':
/third_party/vulkan-loader/scripts/
Dhelper_file_generator.py203 groupElem = groupinfo.elem
207 for elem in groupElem.findall('enum'):
213 for elem in groupElem.findall('enum'):
218 for elem in groupElem.findall('enum'):
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java99 …private void addTransUnit(Document xml, Element groupElem, BundleItem item, BundleItem parent_item… in addTransUnit() argument
160 groupElem.appendChild(transUnit); in addTransUnit()