Home | History | Annotate | Download | only in common

Lines Matching refs:ScalarType

1409 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>();