Home
last modified time | relevance | path

Searched refs:biType (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp1459 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage() local
1461 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() local
9784 return type.isSizedArray() && biType == EbvOutputPatch; in addPatchConstantInvocation()
9844 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() local
9857 if (biType != EbvNone) { in addPatchConstantInvocation()
9865 if (biType == EbvInputPatch) { in addPatchConstantInvocation()
[all …]
DhlslParseHelper.h338 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp1459 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage() local
1461 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() local
9788 return type.isSizedArray() && biType == EbvOutputPatch; in addPatchConstantInvocation()
9848 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() local
9861 if (biType != EbvNone) { in addPatchConstantInvocation()
9869 if (biType == EbvInputPatch) { in addPatchConstantInvocation()
[all …]
DhlslParseHelper.h338 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
/external/libxml2/
Dxmlschemas.c9248 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local
9262 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() local
24758 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 …]