Home
last modified time | relevance | path

Searched refs:nonShadowThreshold (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.hpp351 const tcu::Vec3& nonShadowThreshold);
361 const tcu::Vec3& nonShadowThreshold);
371 const tcu::Vec3& nonShadowThreshold);
381 const tcu::Vec3& nonShadowThreshold);
391 const tcu::Vec3& nonShadowThreshold);
401 const tcu::Vec3& nonShadowThreshold);
H A DgluTextureTestUtil.cpp2494 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff()
2536 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff()
2608 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff()
2652 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff()
2732 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff()
2774 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff()
2847 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff()
2886 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff()
2952 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff()
2993 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff()
2486 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) computeTextureCompareDiff() argument
2600 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) computeTextureCompareDiff() argument
2724 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) computeTextureCompareDiff() argument
2839 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture1DView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) computeTextureCompareDiff() argument
2944 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture1DArrayView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) computeTextureCompareDiff() argument
3052 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::TextureCubeArrayView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) computeTextureCompareDiff() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp112 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzle(1,2,3); in verifyTexCompareResult() local
129 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
136 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp167 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzle(1,2,3); in verifyTexCompareResult() local
184 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
191 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureShadowTests.cpp165 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3); in verifyTexCompareResult() local
182 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
189 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1052 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzle(1,2,3);
1062 texCoord, samplerParams, texComparePrecision, lodPrecision, nonShadowThreshold);
1071 texCoord, samplerParams, lowQualityTexComparePrecision, lowQualityLodPrecision, nonShadowThreshold);

Completed in 20 milliseconds