HomeSort by relevance Sort by last modified time
    Searched refs:ScalarType (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/referencerenderer/
rrGenericVector.hpp 69 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, 4> get (void) cons
    [all...]
rrVertexAttrib.hpp 136 template<typename ScalarType>
137 explicit VertexAttrib (const tcu::Vector<ScalarType, 4>& generic_)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 38 typedef Matrix<Scalar,Dynamic,1> ScalarType;
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/
tcuTextureUtil.hpp 156 template <typename ScalarType>
157 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler);
tcuTexLookupVerifier.cpp 55 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, 4>& result
    [all...]
tcuTextureUtil.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 725 milliseconds