Searched refs:structTypeName (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/scripts/ |
D | parameter_validation_generator.py | 1106 def genFuncBody(self, funcName, values, valuePrefix, displayNamePrefix, structTypeName): argument 1115 postProcSpec['ppp'] = '' if not structTypeName else '{postProcPrefix}' 1116 postProcSpec['pps'] = '' if not structTypeName else '{postProcSuffix}' 1117 postProcSpec['ppi'] = '' if not structTypeName else '{postProcInsert}' 1158 …iag', 'ParameterValidation: No validation for {} {}'.format(structTypeName if structTypeName else … 1162 …Param, req, cvReq, cpReq, funcName, lenDisplayName, valueDisplayName, postProcSpec, structTypeName) 1174 …f.makeStructNextCheck(valuePrefix, value, funcName, valueDisplayName, postProcSpec, structTypeName) 1176 …Param, req, cvReq, cpReq, funcName, lenDisplayName, valueDisplayName, postProcSpec, structTypeName) 1190 …iag', 'ParameterValidation: No validation for {} {}'.format(structTypeName if structTypeName else … 1192 vuid_name_tag = structTypeName if structTypeName is not None else funcName
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 234 const ImmutableString &structTypeName, in DeclareStructure() argument 238 new TStructure(symbolTable, structTypeName, fieldList, SymbolType::AngleInternal); in DeclareStructure()
|
D | IntermNode_util.h | 55 const ImmutableString &structTypeName,
|