Searched refs:biType (Results 1 – 4 of 4) sorted by relevance
100 static int biTypePF(int biType) { in biTypePF() argument102 switch (biType) { in biTypePF()122 static String biTypeStr(int biType) { in biTypeStr() argument123 switch (biType) { in biTypeStr()
1452 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage() local1454 if (biType != EbvNone) in trackLinkage()1455 builtInTessLinkageSymbols[biType] = symbol.clone(); in trackLinkage()9499 TIntermSymbol* HlslParseContext::findTessLinkageSymbol(TBuiltInVariable biType) const in findTessLinkageSymbol()9501 const auto it = builtInTessLinkageSymbols.find(biType); in findTessLinkageSymbol()9589 const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn(); in addPatchConstantInvocation() local9591 return type.isSizedArray() && biType == EbvOutputPatch; in addPatchConstantInvocation()9651 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() local9664 if (biType != EbvNone) { in addPatchConstantInvocation()9672 if (biType == EbvInputPatch) { in addPatchConstantInvocation()[all …]
332 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
9203 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local9217 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()9218 if (biType != NULL) in xmlSchemaParseSimpleType()9219 return (biType); in xmlSchemaParseSimpleType()24563 xmlSchemaTypePtr biType; /* The built-in type. */ in xmlSchemaVCheckCVCSimpleType() local24576 biType = type->baseType; in xmlSchemaVCheckCVCSimpleType()24577 while ((biType != NULL) && in xmlSchemaVCheckCVCSimpleType()24578 (biType->type != XML_SCHEMA_TYPE_BASIC)) in xmlSchemaVCheckCVCSimpleType()24579 biType = biType->baseType; in xmlSchemaVCheckCVCSimpleType()24581 if (biType == NULL) { in xmlSchemaVCheckCVCSimpleType()[all …]