HomeSort by relevance Sort by last modified time
    Searched refs:isGatherOffsetsCompareResultValid (Results 1 - 5 of 5) 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 574 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
702 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix))
    [all...]
es31fTextureBorderClampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 603 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
731 if (!isGatherOffsetsCompareResultValid(texture, sampler, compPrec, texCoord, offsets, refZ, resultPix))
    [all...]

Completed in 238 milliseconds