Home | History | Annotate | Download | only in common

Lines Matching refs:ScalarType

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)
541 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, y, coordZ);
551 template<typename PrecType, typename ScalarType>
556 const Vector<ScalarType, 4>& result)
581 const Vector<ScalarType, 4> color = lookup<ScalarType>(level, sampler, x, y, z);
2257 template<typename PrecType, typename ScalarType>
2265 const Vector<ScalarType, 4>& result)
2283 Vector<ScalarType, 4> color;
2289 color[offNdx] = lookup<ScalarType>(level, sampler, x, y, coordZ)[componentNdx];
2333 template <typename PrecType, typename ScalarType>
2340 const Vector<ScalarType, 4>& result)
2384 template<typename PrecType, typename ScalarType>
2390 const Vector<ScalarType, 4>& result)
2420 Vector<ScalarType, 4> color;
2430 color[offNdx] = lookup<ScalarType>(faces[c.face], sampler, c.s, c.t, 0)[componentNdx];
2441 template <typename PrecType, typename ScalarType>
2447 const Vector<ScalarType, 4>& result)