Searched refs:sampleTextureBorder (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 180 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa…
|
D | tcuTextureUtil.cpp | 1673 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler) in sampleTextureBorder() function 1697 template tcu::Vector<float, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa… 1698 template tcu::Vector<deInt32, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& s… 1699 template tcu::Vector<deUint32, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& …
|
D | tcuTexture.cpp | 1648 return sampleTextureBorder<float>(format, sampler); in lookupBorder() 1650 return sampleTextureBorder<deInt32>(format, sampler).cast<float>(); in lookupBorder() 1652 return sampleTextureBorder<deUint32>(format, sampler).cast<float>(); in lookupBorder()
|
D | tcuTexLookupVerifier.cpp | 61 return sampleTextureBorder<ScalarType>(access.getFormat(), sampler); in lookup() 74 return sampleTextureBorder<float>(access.getFormat(), sampler); in lookup()
|
D | tcuTexCompareVerifier.cpp | 139 return sampleTextureBorder<float>(access.getFormat(), sampler).x(); in lookupDepth()
|