Home
last modified time | relevance | path

Searched refs:ScalarType (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrGenericVector.hpp69 template<typename ScalarType>
70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value) in GenericVec4() argument
84 template<typename ScalarType>
85 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value) in operator =() argument
87 getAccess<ScalarType>()[0] = value[0]; in operator =()
88 getAccess<ScalarType>()[1] = value[1]; in operator =()
89 getAccess<ScalarType>()[2] = value[2]; in operator =()
90 getAccess<ScalarType>()[3] = value[3]; in operator =()
94 template<typename ScalarType>
95 inline tcu::Vector<ScalarType, 4> get (void) const in get()
[all …]
DrrVertexAttrib.hpp136 template<typename ScalarType>
137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_) in VertexAttrib()
/external/llvm/test/tools/llvm-cxxdump/
Deh.test143 COFF-I386: __CT??_R0?AUA@@@84[Flags.ScalarType]: false
152 COFF-I386: __CT??_R0?AUA@@@84044[Flags.ScalarType]: false
161 COFF-I386: __CT??_R0?AUB@@@844[Flags.ScalarType]: false
170 COFF-I386: __CT??_R0?AUC@@@84048[Flags.ScalarType]: false
179 COFF-I386: __CT??_R0?AUM@@@88[Flags.ScalarType]: false
188 COFF-I386: __CT??_R0?AUS@@@8??0S@@QAE@ABU0@@Z16[Flags.ScalarType]: false
197 COFF-I386: __CT??_R0?AW4E@@@84[Flags.ScalarType]: true
206 COFF-I386: __CT??_R0PAUA@@@84044[Flags.ScalarType]: true
215 COFF-I386: __CT??_R0PAUC@@@84048[Flags.ScalarType]: true
224 COFF-I386: __CT??_R0PAUS@@@84[Flags.ScalarType]: true
[all …]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteCholesky.h38 typedef Matrix<Scalar,Dynamic,1> ScalarType; typedef
117 ScalarType m_scal; // The vector for scaling the matrix
148 Map<ScalarType> vals(m_L.valuePtr(), nnz); //values in factorize()
153 ScalarType curCol(n); // Store a nonzero values in each column in factorize()
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp55 template<typename ScalarType>
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, … in lookup()
59 return access.getPixelT<ScalarType>(i, j, k); in lookup()
61 return sampleTextureBorder<ScalarType>(access.getFormat(), sampler); in lookup()
519 template<typename PrecType, typename ScalarType>
525 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() argument
537 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, coordY, 0); in isNearestSampleResultValid()
546 template<typename PrecType, typename ScalarType>
552 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid() argument
571 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, y, coordZ); in isNearestSampleResultValid()
[all …]
DtcuTextureUtil.hpp179 template <typename ScalarType>
180 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa…
DtcuTextureUtil.cpp1672 template <typename ScalarType>
1673 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler) in sampleTextureBorder()
1682 return getTextureBorderColorFloat(format, sampler).cast<ScalarType>(); in sampleTextureBorder()
1685 return getTextureBorderColorInt(format, sampler).cast<ScalarType>(); in sampleTextureBorder()
1688 return getTextureBorderColorUint(format, sampler).cast<ScalarType>(); in sampleTextureBorder()
1692 return tcu::Vector<ScalarType, 4>(); in sampleTextureBorder()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1009 QualType ScalarType; in BuildEmptyCXXFoldExpr() local
1012 ScalarType = Context.IntTy; in BuildEmptyCXXFoldExpr()
1017 ScalarType = Context.IntTy; in BuildEmptyCXXFoldExpr()
1027 ScalarType = Context.VoidTy; in BuildEmptyCXXFoldExpr()
1036 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc), in BuildEmptyCXXFoldExpr()
DSemaExpr.cpp1219 QualType ScalarType = in handleComplexIntConversion() local
1223 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1228 QualType ScalarType = in handleComplexIntConversion() local
1231 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1241 QualType ScalarType = in handleComplexIntConversion() local
1244 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
/external/llvm/lib/IR/
DAutoUpgrade.cpp825 MDNode *ScalarType = MDNode::get(I->getContext(), Elts); in UpgradeInstWithTBAATag() local
827 Metadata *Elts2[] = {ScalarType, ScalarType, in UpgradeInstWithTBAATag()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4532 MVT ScalarType = ResultVT.getVectorElementType().getSimpleVT(); in Insert128BitVector() local
4533 if (ScalarType.isFloatingPoint()) { in Insert128BitVector()
4535 unsigned ScalarSize = ScalarType.getSizeInBits(); in Insert128BitVector()