/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | reg.py | 416 self.gen.logMsg('warn', 'Attempt to redefine', key, 548 self.gen.logMsg('warn', 'No matching <command> found for command', 589 self.gen.logMsg('warn', 'NO matching group', 641 self.gen.logMsg('warn', 'NO matching group', 746 self.gen.logMsg('diag', 'tagging type:', typename, '-> required =', required) 758 self.gen.logMsg('diag', 'Generating dependent type', 764 self.gen.logMsg('diag', 'type', typename, 'is self-referential') 770 … self.gen.logMsg('diag', 'markRequired: type requires dependent <type>', subtype.text) 774 self.gen.logMsg('diag', 'type', typename, 'is self-referential') 778 … self.gen.logMsg('diag', 'markRequired: type requires dependent <enum>', subenum.text) [all …]
|
D | generator.py | 364 def logMsg(self, level, *args): member in OutputGenerator 444 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']') 455 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']') 465 self.logMsg('diag', 'Enum', name, 'offset =', offset, 475 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']') 519 self.logMsg('warn', 'checkDuplicateEnums: Duplicate enum (' + name 532 self.logMsg('error', msg) 573 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for '… 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… [all …]
|
D | extensionmetadocgenerator.py | 58 …self.generator.logMsg('warn', 'All \'promotedto\', \'deprecatedby\' and \'obsoletedby\' attributes… 60 …self.generator.logMsg('warn', 'Both \'promotedto\' and \'deprecatedby\' attributes used on extensi… 62 …self.generator.logMsg('warn', 'Both \'promotedto\' and \'obsoletedby\' attributes used on extensio… 64 …self.generator.logMsg('warn', 'Both \'deprecatedby\' and \'obsoletedby\' attributes used on extens… 85 …self.generator.logMsg('error', 'Unrecognized ' + self.deprecationType + ' attribute value \'' + su… 119 …self.generator.logMsg('warn', 'The type attribute of ' + self.name + ' extension is neither \'inst… 121 self.generator.logMsg('error', 'Logic error in typeToStr(): Missing type attribute!') 174 …self.generator.logMsg('warn', f'resolveDeprecationChain: {self.name} defines a superseding interfa… 201 …self.generator.logMsg('error', 'Logic error in resolveDeprecationChain(): deprecationType is neith… 309 …self.generator.logMsg('error', 'Logic error in makeMetafile(): deprecationType is neither \'promot… [all …]
|
D | docgenerator.py | 242 self.logMsg('warn', 'genRequirements: API {} not found'.format(name)) 260 self.logMsg('diag', '# Generating include file:', filename) 287 self.logMsg('diag', '# Generating include file:', filename) 305 self.logMsg('diag', '# Generating include file:', filename) 319 self.logMsg('diag', '# Generating include file:', filename) 364 self.logMsg('diag', 'NOT writing include for {} category {}'.format( 388 self.logMsg('diag', 'NOT writing empty include file for type', name) 475 self.logMsg('warn', 'The following values for', groupName,
|
D | spirvcapgenerator.py | 58 …self.logMsg('error', f"<{parent.tag} name=\"{parent.get('name')}\"> is missing a required attribut… 213 self.logMsg('diag', '# Generating include file:', filename) 221 self.logMsg('diag', '# No contents for:', filename)
|
D | scriptgenerator.py | 161 …self.logMsg('diag', 'ScriptOutputGenerator::addMapping: IGNORE map from', baseType, '<->', refType) 164 self.logMsg('diag', 'ScriptOutputGenerator::addMapping: map from', 250 … self.logMsg('warn', 'ScriptOutputGenerator::genType: invalid \'enum\' category for name:', name) 261 self.logMsg('diag', 'ScriptOutputGenerator::genType: unprocessed type:', name)
|
D | formatsgenerator.py | 160 self.logMsg('diag', '# Generating include file:', filename) 168 self.logMsg('diag', '# No contents for:', filename) 196 self.logMsg('error', 'Class meta info is not consistent for class ', class_name)
|
D | hostsyncgenerator.py | 45 self.logMsg('diag', '# Generating include file:', filename) 56 self.logMsg('diag', '# No contents for:', filename)
|
D | validitygenerator.py | 253 self.logMsg('diag', '# Generating include file:', filename) 367 self.logMsg('warn', length.other_param_name, 925 self.logMsg('warn', 'No values were marked-up for the structure type member of', 936 self.logMsg('warn', blockname, 958 self.logMsg('warn', 'makeStructureExtensionPointer: struct', struct, 965 self.logMsg( 1091 … self.logMsg('warn', 'selector attribute set on non-union parameter', param_name, 'in', blockname) 1419 self.logMsg('diag', 'keepOnlyRequired: element', 1540 self.logMsg('error',
|
/third_party/vulkan-headers/registry/ |
D | reg.py | 416 self.gen.logMsg('warn', 'Attempt to redefine', key, 548 self.gen.logMsg('warn', 'No matching <command> found for command', 589 self.gen.logMsg('warn', 'NO matching group', 641 self.gen.logMsg('warn', 'NO matching group', 746 self.gen.logMsg('diag', 'tagging type:', typename, '-> required =', required) 758 self.gen.logMsg('diag', 'Generating dependent type', 764 self.gen.logMsg('diag', 'type', typename, 'is self-referential') 770 … self.gen.logMsg('diag', 'markRequired: type requires dependent <type>', subtype.text) 774 self.gen.logMsg('diag', 'type', typename, 'is self-referential') 778 … self.gen.logMsg('diag', 'markRequired: type requires dependent <enum>', subenum.text) [all …]
|
D | generator.py | 364 def logMsg(self, level, *args): member in OutputGenerator 444 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']') 455 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']') 465 self.logMsg('diag', 'Enum', name, 'offset =', offset, 475 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']') 519 self.logMsg('warn', 'checkDuplicateEnums: Duplicate enum (' + name 532 self.logMsg('error', msg) 573 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for '… 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… [all …]
|
/third_party/openGLES/xml/ |
D | reg.py | 354 def logMsg(self, level, *args): member in OutputGenerator 585 self.gen.logMsg('warn', 714 self.gen.logMsg('warn', '*** Attempt to redefine', 835 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required) 844 self.gen.logMsg('diag', '*** Generating dependent type', 849 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED') 855 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, … 863 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required) 868 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED') 871 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required) [all …]
|
/third_party/EGL/api/ |
D | reg.py | 355 def logMsg(self, level, *args): member in OutputGenerator 594 self.gen.logMsg('warn', 723 self.gen.logMsg('warn', '*** Attempt to redefine', 844 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required) 853 self.gen.logMsg('diag', '*** Generating dependent type', 858 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED') 864 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, … 872 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required) 877 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED') 880 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required) [all …]
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | reg.py | 365 def logMsg(self, level, *args): member in OutputGenerator 596 self.gen.logMsg('warn', 725 self.gen.logMsg('warn', '*** Attempt to redefine', 846 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required) 855 self.gen.logMsg('diag', '*** Generating dependent type', 860 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED') 866 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, … 874 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required) 879 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED') 882 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required) [all …]
|
/third_party/skia/third_party/externals/egl-registry/api/ |
D | reg.py | 366 def logMsg(self, level, *args): member in OutputGenerator 605 self.gen.logMsg('warn', 734 self.gen.logMsg('warn', '*** Attempt to redefine', 855 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required) 864 self.gen.logMsg('diag', '*** Generating dependent type', 869 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED') 875 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, … 883 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required) 888 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED') 891 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required) [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 281 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() argument 285 logMsg << *reinterpret_cast<const deUint32*>(valuePtr); in logValue() 289 logMsg << *reinterpret_cast<const deInt32*>(valuePtr); in logValue() 293 logMsg << *reinterpret_cast<const float*>(valuePtr); in logValue() 298 const std::ios::fmtflags streamFlags = logMsg.flags(); in logValue() 300 logMsg << std::hex; in logValue() 303 logMsg << " " << (deUint32)bytePtr[i]; in logValue() 305 logMsg.flags(streamFlags); in logValue()
|
D | vktRobustnessVertexAccessTests.cpp | 840 std::ostringstream logMsg; in verifyResult() local 913 logMsg << "\n"; in verifyResult() 915 logMsg << "\n" << valueNdx << ": Value "; in verifyResult() 919 logValue(logMsg, outValuePtr, VK_FORMAT_R32_SFLOAT, 4); in verifyResult() 921 logValue(logMsg, outValuePtr, m_inputFormat, 4); in verifyResult() 924 logMsg << "\tfrom attr" << attributeIndex; in verifyResult() 926 logMsg << "[" << valueNdx % numChannels << "]"; in verifyResult() 930 logMsg << "\tinstance rate"; in verifyResult() 932 logMsg << "\tvertex rate"; in verifyResult() 939 logMsg << "\t(out of bounds)"; in verifyResult() [all …]
|
D | vktRobustnessBufferAccessTests.cpp | 1301 std::ostringstream logMsg; in verifyResult() local 1322 …logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *((deUint32 … in verifyResult() 1331 logMsg << "\n" << valueNdx++ << ": "; in verifyResult() 1333 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult() 1374 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult() 1400 …logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult() 1401 …logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult() 1421 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult() 1447 logMsg << ". Failed: "; in verifyResult() 1451 logMsg << "expected value within the buffer range or 0"; in verifyResult() [all …]
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1655 std::ostringstream logMsg; in verifyResult() local 1679 …logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *(static_cas… in verifyResult() 1688 logMsg << "\n" << valueNdx++ << ": "; in verifyResult() 1690 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult() 1724 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult() 1759 …logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult() 1760 …logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult() 1780 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult() 1803 logMsg << ". Failed: "; in verifyResult() 1807 logMsg << "expected value within the buffer range or 0"; in verifyResult() [all …]
|
D | vktRobustnessUtil.hpp | 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat…
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 281 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() argument 285 logMsg << *reinterpret_cast<const deUint32*>(valuePtr); in logValue() 289 logMsg << *reinterpret_cast<const deInt32*>(valuePtr); in logValue() 293 logMsg << *reinterpret_cast<const float*>(valuePtr); in logValue() 298 const std::ios::fmtflags streamFlags = logMsg.flags(); in logValue() 300 logMsg << std::hex; in logValue() 303 logMsg << " " << (deUint32)bytePtr[i]; in logValue() 305 logMsg.flags(streamFlags); in logValue()
|
D | vktRobustnessVertexAccessTests.cpp | 840 std::ostringstream logMsg; in verifyResult() local 913 logMsg << "\n"; in verifyResult() 915 logMsg << "\n" << valueNdx << ": Value "; in verifyResult() 919 logValue(logMsg, outValuePtr, VK_FORMAT_R32_SFLOAT, 4); in verifyResult() 921 logValue(logMsg, outValuePtr, m_inputFormat, 4); in verifyResult() 924 logMsg << "\tfrom attr" << attributeIndex; in verifyResult() 926 logMsg << "[" << valueNdx % numChannels << "]"; in verifyResult() 930 logMsg << "\tinstance rate"; in verifyResult() 932 logMsg << "\tvertex rate"; in verifyResult() 939 logMsg << "\t(out of bounds)"; in verifyResult() [all …]
|
D | vktRobustnessBufferAccessTests.cpp | 1301 std::ostringstream logMsg; in verifyResult() local 1322 …logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *((deUint32 … in verifyResult() 1331 logMsg << "\n" << valueNdx++ << ": "; in verifyResult() 1333 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult() 1374 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult() 1400 …logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult() 1401 …logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult() 1421 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult() 1447 logMsg << ". Failed: "; in verifyResult() 1451 logMsg << "expected value within the buffer range or 0"; in verifyResult() [all …]
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1655 std::ostringstream logMsg; in verifyResult() local 1679 …logMsg << "\nValue " << valueNdx++ << " has been modified with an unknown value: " << *(static_cas… in verifyResult() 1688 logMsg << "\n" << valueNdx++ << ": "; in verifyResult() 1690 logValue(logMsg, outValuePtr, m_bufferFormat, outValueSize); in verifyResult() 1724 logMsg << " (out of bounds " << (isReadAccess ? "read": "write") << ")"; in verifyResult() 1759 …logMsg << ", first " << distanceToOutOfBounds << " byte(s) " << (isWithinBoundsPartOk ? "OK": "wro… in verifyResult() 1760 …logMsg << ", last " << outValueSize - distanceToOutOfBounds << " byte(s) " << (isOutOfBoundsPartOk… in verifyResult() 1780 logMsg << ", OK, written within the memory range bound to the buffer"; in verifyResult() 1803 logMsg << ". Failed: "; in verifyResult() 1807 logMsg << "expected value within the buffer range or 0"; in verifyResult() [all …]
|
D | vktRobustnessUtil.hpp | 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat…
|