Home
last modified time | relevance | path

Searched refs:isGatherOffsetsCompareResultValid (Results 1 – 5 of 5) 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.cpp1234 static bool isGatherOffsetsCompareResultValid (const ConstPixelBufferAccess& texture, in isGatherOffsetsCompareResultValid() function
1282 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, in isGatherOffsetsCompareResultValid() function
1292 …return isGatherOffsetsCompareResultValid(texture.getLevel(0), sampler, prec, coord, 0, offsets, cm… in isGatherOffsetsCompareResultValid()
1295 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, in isGatherOffsetsCompareResultValid() function
1313 …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.cpp1204 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, texComparePrecis… in verifyTextureGatherCmpResult()
1209 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, lowQualityTexCom… in verifyTextureGatherCmpResult()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp603 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid() function
731 …if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, result… in verifyGatherOffsetsCompare()