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 | 1691 tcu::Vector<ScalarType, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sampler) in sampleTextureBorder() function 1715 template tcu::Vector<float, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& sa… 1716 template tcu::Vector<deInt32, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& s… 1717 template tcu::Vector<deUint32, 4> sampleTextureBorder (const TextureFormat& format, const Sampler& …
|
D | tcuTexture.cpp | 1704 return sampleTextureBorder<float>(format, sampler); in lookupBorder() 1706 return sampleTextureBorder<deInt32>(format, sampler).cast<float>(); in lookupBorder() 1708 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()
|