Searched refs:biType (Results 1 – 5 of 5) sorted by relevance
1459 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage() local1461 if (biType != EbvNone) in trackLinkage()1462 builtInTessLinkageSymbols[biType] = symbol.clone(); in trackLinkage()9692 TIntermSymbol* HlslParseContext::findTessLinkageSymbol(TBuiltInVariable biType) const in findTessLinkageSymbol()9694 const auto it = builtInTessLinkageSymbols.find(biType); in findTessLinkageSymbol()9782 const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn(); in addPatchConstantInvocation() local9784 return type.isSizedArray() && biType == EbvOutputPatch; in addPatchConstantInvocation()9844 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() local9857 if (biType != EbvNone) { in addPatchConstantInvocation()9865 if (biType == EbvInputPatch) { in addPatchConstantInvocation()[all …]
338 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
1459 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage() local1461 if (biType != EbvNone) in trackLinkage()1462 builtInTessLinkageSymbols[biType] = symbol.clone(); in trackLinkage()9696 TIntermSymbol* HlslParseContext::findTessLinkageSymbol(TBuiltInVariable biType) const in findTessLinkageSymbol()9698 const auto it = builtInTessLinkageSymbols.find(biType); in findTessLinkageSymbol()9786 const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn(); in addPatchConstantInvocation() local9788 return type.isSizedArray() && biType == EbvOutputPatch; in addPatchConstantInvocation()9848 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() local9861 if (biType != EbvNone) { in addPatchConstantInvocation()9869 if (biType == EbvInputPatch) { in addPatchConstantInvocation()[all …]
9248 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local9262 biType = xmlSchemaGetPredefinedType(attrValue, xmlSchemaNs); in xmlSchemaParseSimpleType()9263 if (biType != NULL) in xmlSchemaParseSimpleType()9264 return (biType); in xmlSchemaParseSimpleType()24745 xmlSchemaTypePtr biType; /* The built-in type. */ in xmlSchemaVCheckCVCSimpleType() local24758 biType = type->baseType; in xmlSchemaVCheckCVCSimpleType()24759 while ((biType != NULL) && in xmlSchemaVCheckCVCSimpleType()24760 (biType->type != XML_SCHEMA_TYPE_BASIC)) in xmlSchemaVCheckCVCSimpleType()24761 biType = biType->baseType; in xmlSchemaVCheckCVCSimpleType()24763 if (biType == NULL) { in xmlSchemaVCheckCVCSimpleType()[all …]