Home
last modified time | relevance | path

Searched refs:isGatherOffsetsCompareResultValid (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTexCompareVerifier.hpp59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, con…
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler,…
DtcuTexCompareVerifier.cpp1232 static bool isGatherOffsetsCompareResultValid (const ConstPixelBufferAccess& texture, in isGatherOffsetsCompareResultValid() function
1280 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, in isGatherOffsetsCompareResultValid() function
1290 …return isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord, 0, offsets, cm… in isGatherOffsetsCompareResultValid()
1293 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, in isGatherOffsetsCompareResultValid() function
1311 …if (isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), laye… in isGatherOffsetsCompareResultValid()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid() function
686 …if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, result… in verifyGatherOffsetsCompare()
Des31fTextureBorderClampTests.cpp1200 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, texComparePrecis… in verifyTextureGatherCmpResult()
1205 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, lowQualityTexCom… in verifyTextureGatherCmpResult()