Searched refs:isGatherOffsetsCompareResultValid (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexCompareVerifier.hpp59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
H A DtcuTexCompareVerifier.cpp1211 static bool isGatherOffsetsCompareResultValid (const ConstPixelBufferAccess& texture,
1259 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture,
1267 return isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord, 0, offsets, cmpReference, result);
1270 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture,
1286 if (isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, offsets, cmpReference, result))
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, function in namespace:deqp::gles31::Functional::__anon20356
686 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix))

Completed in 123 milliseconds