Home
last modified time | relevance | path

Searched defs:complexType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()
879 static int accumulateComplexType (const glu::VarType& complexType, const DataTypeMap& dTypeMap) in accumulateComplexType()
988 static int getNumTypeInstances (const glu::VarType& complexType, bool (*predicate)(glu::DataType)) in getNumTypeInstances()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp304 QualType complexType) { in emitAddrOfRealComponent()
310 QualType complexType) { in emitAddrOfImagComponent()
DSwiftCallingConv.cpp81 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local