/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_generator.py | 798 def genArrayCode(self, structName, name, typeName, str2, arraySize, needStrPrint, isArrayType, isCommaNeeded): 814 if self.isCTS and (structName == "VkPipelineLayoutCreateInfo" or structName == "VkDescriptorSetLayoutBinding"): 855 def genStructCode(self, param, str1, str2, str3, str4, structName, isCommaNeeded): 875 return self.genArrayCode(structName, memberName, typeName, str2, elem.text, False, True, isCommaNeeded) 878 return self.genArrayCode(structName, memberName, typeName, str2, self.paramIsStaticArray(param), False, True, isCommaNeeded) 886 if structName == "VkSpecializationInfo": 889 if structName == "VkPipelineCacheCreateInfo": 896 return self.genArrayCode(structName, memberName, typeName, str2, param.get('len')+")", False, False, isCommaNeeded) 898 return self.genArrayCode(structName, memberNam [all...] |
H A D | json_parser.py | 800 def genArrayCode(self, structName, name, typeName, str2, arraySize, needStrPrint, isMallocNeeded): 803 if structName == "VkPipelineLayoutCreateInfo" and self.isCTS: 835 def genStructCode(self, param, str1, str2, str3, str4, structName, isCommaNeeded): 845 return " o.pNext = (%s*)parsePNextChain(obj);\n" %(structName) 854 return self.genArrayCode(structName, memberName, typeName, str2, self.paramIsStaticArray(param), False, isCommaNeeded) 858 return self.genArrayCode(structName, memberName, typeName, str2, arraySize, False, isCommaNeeded) 867 if structName == "VkSpecializationInfo": 878 if structName == "VkPipelineCacheCreateInfo": 894 return self.genArrayCode(structName, memberName, typeName, str2, str2+param.get('len')+")", False, True) 896 if structName [all...] |
H A D | json_c_generator.py | 516 def genStructCode(self, param, str1, str2, str3, str4, structName, isCommaNeeded):
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | StructureHLSL.cpp | 31 const TString &structName = QualifiedStructNameString(structure, useHLSLRowMajorPacking, in Define() local 33 const TString declareString = (isNameless ? "struct" : "struct " + structName); in Define() 258 const TString &structName = in postPaddingString() local 260 numComponents = mStructElementIndexes->find(structName)->second; in postPaddingString() 663 const TString &structName = 665 mStd140StructElementIndexes[structName] = padHelper.elementIndex();
|
H A D | ParseContext.h | 358 const ImmutableString &structName,
|
H A D | ParseContext.cpp | 5739 const ImmutableString &structName, in addStructure() 5743 if (structName.empty()) in addStructure() 5747 TStructure *structure = new TStructure(&symbolTable, structName, fieldList, structSymbolType); in addStructure() 5755 checkIsNotReserved(nameLine, structName); in addStructure() 5758 error(nameLine, "redefinition of a struct", structName); in addStructure() 5737 addStructure(const TSourceLoc &structLine, const TSourceLoc &nameLine, const ImmutableString &structName, TFieldList *fieldList) addStructure() argument
|
H A D | OutputHLSL.cpp | 2450 ImmutableString structName = samplerNamePrefixFromStruct(typedArg); in visitAggregate() local 2452 namePrefix += structName.data(); in visitAggregate()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_xmp_sdk.h | 132 const char *structName, 185 const char *structName,
|
H A D | dng_xmp_sdk.cpp | 819 const char *structName, in ComposeStructFieldPath() 831 structName, in ComposeStructFieldPath() 1288 const char *structName, in DeleteStructField() 1299 fPrivate->fMeta->DeleteStructField (ns, structName, fieldNS, fieldName); in DeleteStructField() 818 ComposeStructFieldPath(const char *ns, const char *structName, const char *fieldNS, const char *fieldName, dng_string &s) const ComposeStructFieldPath() argument 1287 DeleteStructField(const char *ns, const char *structName, const char *fieldNS, const char *fieldName) DeleteStructField() argument
|
H A D | dng_xmp.h | 290 const char *structName,
|
H A D | dng_xmp.cpp | 4341 const char *structName, in ComposeStructFieldPath() 4347 fSDK->ComposeStructFieldPath (ns, structName, fieldNS, fieldName, s); in ComposeStructFieldPath() 4340 ComposeStructFieldPath(const char *ns, const char *structName, const char *fieldNS, const char *fieldName, dng_string &s) const ComposeStructFieldPath() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | ohos_gen_framework.py | 2348 structName = sType 2350 structName = re.sub("[_0-9][a-z]", lambda match: match.group(0).upper(), sType.capitalize()).replace('_', '') 2351 ptrnStructName = r'\s*typedef\s+struct\s+(VkPhysicalDevice' + structName + 'Properties' + sSuffix.replace('_', '') + ')' 2460 for structName in allNamesToCheck: 2461 structDefList = [s for s in dfDefs if s[3] == structName] 2668 structName = structType.name 2670 foundDefs = [s for s in dpDefs if s[3] == structName] 2847 for structName, extensions in apiStructs: 2849 if structName in dictStructs: 2850 mandatoryVariantList = dictStructs[structName][ 2902 structName = 'coreFeatures.features'; global() variable in writeMandatoryFeatures.StructFoundContinue 2909 structName = dictStructs[v[0]][0][0] global() variable in writeMandatoryFeatures.StructFoundContinue [all...] |
H A D | gen_framework.py | 2753 for structName in allNamesToCheck: 2754 structDefList = [s for s in dfDefs if s[3] == structName] 2955 structName = structType.name 2957 foundDefs = [s for s in dpDefs if s[3] == structName] 3199 for structName, extensions in apiStructs: 3201 if structName in dictStructs: 3202 mandatoryVariantList = dictStructs[structName][1] 3209 newVar = structName[2].lower() + structName[3:] 3211 stream.extend(['\tvk::' + structName 3253 structName = 'coreFeatures.features'; global() variable in writeMandatoryFeatures.StructFoundContinue 3260 structName = dictStructs[v[0]][0][0] global() variable in writeMandatoryFeatures.StructFoundContinue [all...] |
H A D | gen_framework_sc.py | 2268 structName = re.sub("[_0-9][a-z]", lambda match: match.group(0).upper(), sType.capitalize()).replace('_', '') 2269 ptrnStructName = r'\s*typedef\s+struct\s+(VkPhysicalDevice' + structName + 'Features' + sSuffix.replace('_', '') + ')' 2330 structName = sType 2332 structName = re.sub("[_0-9][a-z]", lambda match: match.group(0).upper(), sType.capitalize()).replace('_', '') 2333 ptrnStructName = r'\s*typedef\s+struct\s+(VkPhysicalDevice' + structName + 'Properties' + sSuffix.replace('_', '') + ')' 2464 structName = structType.name 2466 if structName == 'VkPhysicalDeviceShaderDrawParameterFeatures': 2467 structName = 'VkPhysicalDeviceShaderDrawParametersFeatures' 2469 structDef = [s for s in dfDefs if s[3] == structName][0] 2682 structName [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 2410 TString structName = ""; in acceptStruct() local 2413 structName = *idString; in acceptStruct() 2415 structName = *token.string; in acceptStruct() 2427 if (structName.size() > 0 && !postDeclsFound && parseContext.lookupUserType(structName, type) != nullptr) { in acceptStruct() 2442 parseContext.pushNamespace(structName); in acceptStruct() 2459 new(&type) TType(typeList, structName); in acceptStruct() 2463 new(&type) TType(typeList, structName, postDeclQualifier); // sets EbtBlock in acceptStruct() 2466 parseContext.declareStruct(token.loc, structName, type); in acceptStruct() 2479 parseContext.pushNamespace(structName); in acceptStruct() [all...] |
H A D | hlslParseHelper.h | 148 void declareStruct(const TSourceLoc&, TString& structName, TType&);
|
H A D | hlslParseHelper.cpp | 7850 void HlslParseContext::declareStruct(const TSourceLoc& loc, TString& structName, TType& type) in declareStruct() argument 7855 if (type.getBasicType() == EbtBlock || structName.size() == 0) in declareStruct() 7858 TVariable* userTypeDef = new TVariable(&structName, type, true); in declareStruct() 7860 error(loc, "redefinition", structName.c_str(), "struct"); in declareStruct()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | InitOutputVariables_test.cpp | 159 FindStructByName(const ImmutableString &structName) in FindStructByName() argument 160 : TIntermTraverser(true, false, false), mStructName(structName), mStructure(nullptr) in FindStructByName()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.cpp | 2970 const TString *structName, TFieldList *fieldList) in addStructure() 2972 TStructure *structure = new TStructure(structName, fieldList); in addStructure() 2980 if(!structName->empty()) in addStructure() 2982 if(reservedErrorCheck(nameLine, *structName)) in addStructure() 2986 TVariable *userTypeDef = new TVariable(structName, *structureType, true); in addStructure() 2989 error(nameLine, "redefinition", structName->c_str(), "struct"); in addStructure() 2969 addStructure(const TSourceLoc &structLine, const TSourceLoc &nameLine, const TString *structName, TFieldList *fieldList) addStructure() argument
|
H A D | ParseHelper.h | 206 TPublicType addStructure(const TSourceLoc &structLine, const TSourceLoc &nameLine, const TString *structName, TFieldList *fieldList);
|
/third_party/glslang/glslang/Include/ |
H A D | Types.h | 2106 bool getType = true, TString name = "", TString structName = "") const 2320 appendStr(structName.c_str());
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 1024 TString structName; in handleDotDereference() local 1025 structName.append("\'").append(baseSymbol->getAsSymbolNode()->getName().c_str()).append("\'"); in handleDotDereference() 1026 error(loc, "no such field in structure", field.c_str(), structName.c_str()); in handleDotDereference()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |