Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJUnitTest.java100 static int biTypePF(int biType) { in biTypePF() argument
102 switch (biType) { in biTypePF()
122 static String biTypeStr(int biType) { in biTypeStr() argument
123 switch (biType) { in biTypeStr()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1452 TBuiltInVariable biType = symbol.getType().getQualifier().builtIn; in trackLinkage() local
1454 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() local
9591 return type.isSizedArray() && biType == EbvOutputPatch; in addPatchConstantInvocation()
9651 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation() local
9664 if (biType != EbvNone) { in addPatchConstantInvocation()
9672 if (biType == EbvInputPatch) { in addPatchConstantInvocation()
[all …]
DhlslParseHelper.h332 TIntermSymbol* findTessLinkageSymbol(TBuiltInVariable biType) const;
/external/libxml2/
Dxmlschemas.c9203 xmlSchemaTypePtr biType; in xmlSchemaParseSimpleType() local
9217 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() local
24576 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 …]