HomeSort by relevance Sort by last modified time
    Searched refs:isGatherOffsetsCompareResultValid (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 59 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);
tcuTexCompareVerifier.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
686 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix))
    [all...]

Completed in 56 milliseconds