Home
last modified time | relevance | path

Searched refs:isGatherCompareResultValid (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTexCompareVerifier.hpp62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const …
DtcuTexCompareVerifier.cpp1317 static bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid() function
1378 bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid() function
1399 if (isGatherCompareResultValid(texture, sampler, prec, faceCoords, cmpReference, result)) in isGatherCompareResultValid()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp568 return tcu::isGatherCompareResultValid(texture, sampler, prec, coord, cmpReference, result); in isGatherOffsetsCompareResultValid()