Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 25 of 31) sorted by relevance

12

/external/hamcrest/library/src/org/hamcrest/object/
DIsCompatibleType.java24 public static <T> Matcher<Class<?>> typeCompatibleWith(Class<T> baseType) { in typeCompatibleWith()
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp186 inline VariableType::VariableType (Type baseType, int numElements) in VariableType()
196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType()
206 inline VariableType::VariableType (Type baseType, const char* typeName) in VariableType()
DrsgVariableType.cpp130 const VariableType& VariableType::getScalarType (Type baseType) in getScalarType()
DrsgShaderGenerator.cpp139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents() local
DrsgUtils.cpp165 VariableType::Type baseType = VariableType::TYPE_LAST; in computeRandomType() local
DrsgBinaryOps.cpp128 …VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), base… in BinaryVecOp() local
143 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp() local
DrsgExpression.cpp688 VariableType::Type baseType = type.getBaseType(); in ConstructorOp() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp445 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName()
453 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase()
535 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase()
641 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase()
752 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase()
818 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase()
901 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase()
985 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase()
1045 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase()
1054 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase()
[all …]
Des31fShaderIntegerFunctionTests.cpp350 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::S… in getIntegerFuncCaseName()
358 …UaddCarryCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in UaddCarryCase()
454 …UsubBorrowCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderTyp… in UsubBorrowCase()
548 …UmulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in UmulExtendedCase()
638 …ImulExtendedCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderT… in ImulExtendedCase()
729 …BitfieldExtractCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldExtractCase()
792 …BitfieldInsertCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in BitfieldInsertCase()
869 …BitfieldReverseCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in BitfieldReverseCase()
915 …BitCountCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType … in BitCountCase()
975 …FindLSBCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType s… in FindLSBCase()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp414 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::Sh… in getCommonFuncCaseName()
422 …AbsCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shade… in AbsCase()
504 …SignCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in SignCase()
610 …RoundEvenCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType… in RoundEvenCase()
721 …ModfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType shad… in ModfCase()
787 …IsnanCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsnanCase()
868 …IsinfCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::ShaderType sha… in IsinfCase()
949 …FloatBitsToUintIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::S… in FloatBitsToUintIntCase()
1009 …FloatBitsToIntCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shade… in FloatBitsToIntCase()
1018 …FloatBitsToUintCase (Context& context, glu::DataType baseType, glu::Precision precision, glu::Shad… in FloatBitsToUintCase()
[all …]
/external/chromium_org/third_party/angle/src/compiler/translator/
DSymbolTable.cpp221 TBasicType baseType = (type == EbtUInt) ? EbtInt : type; in getDefaultPrecision() local
DParseContext.cpp2115 const TType &baseType = baseExpression->getType(); in addIndexExpression() local
/external/skia/src/core/
DSkValidatingReadBuffer.cpp231 SkFlattenable::Type baseType; in readFlattenable() local
/external/chromium_org/third_party/skia/src/core/
DSkValidatingReadBuffer.cpp231 SkFlattenable::Type baseType; in readFlattenable() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1360 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
1393 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
1409 llvm::Type *baseType, in EmitNullConstantForBase()
DCodeGenFunction.cpp1142 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
1296 QualType &baseType, in emitArrayLength()
/external/hamcrest/library/src/org/hamcrest/
DMatchers.java269 …atic <T> org.hamcrest.Matcher<java.lang.Class<?>> typeCompatibleWith(java.lang.Class<T> baseType) { in typeCompatibleWith()
/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java709 void baseType () throws IOException in baseType() method in Types.methodDescriptorCompiler
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp570 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
/external/clang/lib/Sema/
DSemaExprMember.cpp289 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c2999 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr()
14386 xmlSchemaTypePtr baseType = NULL; in xmlSchemaFixupTypeAttributeUses() local
14774 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSSTDerivedOK()
15124 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local
16001 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSCTDerivedOK()
16072 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSDerivedOK()
18121 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaFixupComplexType() local
Dxmlschemastypes.c258 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType()
/external/libxml2/
Dxmlschemas.c3018 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr()
14414 xmlSchemaTypePtr baseType = NULL; in xmlSchemaFixupTypeAttributeUses() local
14802 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSSTDerivedOK()
15152 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local
16030 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSCTDerivedOK()
16101 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSDerivedOK()
18150 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaFixupComplexType() local
/external/libxml2/include/libxml/
DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member
/external/chromium_org/third_party/libxml/src/include/libxml/
DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member

12