Searched refs:nonShadowThreshold (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 336 const tcu::Vec3& nonShadowThreshold); 346 const tcu::Vec3& nonShadowThreshold); 356 const tcu::Vec3& nonShadowThreshold);
|
D | gluTextureTestUtil.cpp | 2365 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff() argument 2405 …l(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff() 2477 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff() argument 2519 …l(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff() 2599 const tcu::Vec3& nonShadowThreshold) in computeTextureCompareDiff() argument 2641 …l(tcu::lessThanEqual(tcu::abs(refPix.swizzle(1,2,3) - resPix.swizzle(1,2,3)), nonShadowThreshold))) in computeTextureCompareDiff()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 143 …const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).sw… in verifyTexCompareResult() local 160 …Mask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult() 167 …s(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureShadowTests.cpp | 110 …const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).sw… in verifyTexCompareResult() local 127 …Mask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult() 134 …s(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold); in verifyTexCompareResult()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1051 …const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzl… in verifyTextureCompareResult() local 1061 texCoord, samplerParams, texComparePrecision, lodPrecision, nonShadowThreshold); in verifyTextureCompareResult() 1070 …exCoord, samplerParams, lowQualityTexComparePrecision, lowQualityLodPrecision, nonShadowThreshold); in verifyTextureCompareResult()
|