Searched refs:sampleTextureBorder (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 157 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa…
|
D | tcuTextureUtil.cpp | 1410 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler) in sampleTextureBorder() function 1434 template tcu::Vector<float, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa… 1435 template tcu::Vector<deInt32, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& s… 1436 template tcu::Vector<deUint32, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& …
|
D | tcuTexture.cpp | 1252 return sampleTextureBorder<float>(format, sampler); in lookupBorder() 1254 return sampleTextureBorder<deInt32>(format, sampler).cast<float>(); in lookupBorder() 1256 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()
|