Searched refs:ScalarType (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrGenericVector.hpp69 template<typename ScalarType>
70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value)
84 template<typename ScalarType>
85 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value)
87 getAccess<ScalarType>()[0] = value[0];
88 getAccess<ScalarType>()[1] = value[1];
89 getAccess<ScalarType>()[2] = value[2];
90 getAccess<ScalarType>()[3] = value[3];
94 template<typename ScalarType>
95 inline tcu::Vector<ScalarType,
[all...]
H A DrrVertexAttrib.hpp136 template<typename ScalarType>
137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_)
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h38 typedef Matrix<Scalar,Dynamic,1> ScalarType; typedef in class:Eigen::IncompleteCholesky
117 ScalarType m_scal; // The vector for scaling the matrix
148 Map<ScalarType> vals(m_L.valuePtr(), nnz); //values
153 ScalarType curCol(n); // Store a nonzero values in each column
/external/deqp/framework/common/
H A DtcuTextureUtil.hpp156 template <typename ScalarType>
157 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler);
H A DtcuTexLookupVerifier.cpp55 template<typename ScalarType>
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
59 return access.getPixelT<ScalarType>(i, j, k);
61 return sampleTextureBorder<ScalarType>(access.getFormat(), sampler);
489 template<typename PrecType, typename ScalarType>
495 const Vector<ScalarType, 4>& result)
507 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, coordY, 0);
516 template<typename PrecType, typename ScalarType>
522 const Vector<ScalarType,
[all...]
H A DtcuTextureUtil.cpp1409 template <typename ScalarType>
1410 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler)
1419 return getTextureBorderColorFloat(format, sampler).cast<ScalarType>();
1422 return getTextureBorderColorInt(format, sampler).cast<ScalarType>();
1425 return getTextureBorderColorUint(format, sampler).cast<ScalarType>();
1429 return tcu::Vector<ScalarType, 4>();
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1008 QualType ScalarType; local
1011 ScalarType = Context.IntTy;
1016 ScalarType = Context.IntTy;
1026 ScalarType = Context.VoidTy;
1035 ScalarType, Context.getTrivialTypeSourceInfo(ScalarType, EllipsisLoc),
H A DSemaExpr.cpp1186 QualType ScalarType = local
1190 return S.Context.getComplexType(ScalarType);
1195 QualType ScalarType = local
1198 QualType ComplexType = S.Context.getComplexType(ScalarType);
1208 QualType ScalarType = local
1211 QualType ComplexType = S.Context.getComplexType(ScalarType);
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp853 MDNode *ScalarType = MDNode::get(I->getContext(), Elts); local
854 // Create a MDNode <ScalarType, ScalarType, offset 0, const>
855 Metadata *Elts2[] = {ScalarType, ScalarType,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4091 MVT ScalarType = ResultVT.getScalarType().getSimpleVT(); local
4092 if (ScalarType.isFloatingPoint()) {
4094 unsigned ScalarSize = ScalarType.getSizeInBits();

Completed in 522 milliseconds