/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureMipmapTests.cpp | 344 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 661 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold( in iterate() 857 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits); in iterate() 1036 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits); in iterate() 1325 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 1547 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 1878 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold( in iterate() 2200 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate()
|
H A D | es3fTextureFilteringTests.cpp | 345 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate() 698 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorSc… in iterate() 994 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate() 1256 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
|
H A D | es3fTextureShadowTests.cpp | 108 …const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzle(1, 2, … in verifyTexCompareResult()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 337 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 663 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold( in iterate() 862 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits); in iterate() 1041 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits); in iterate()
|
H A D | es2fTextureFilteringTests.cpp | 322 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate() 631 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorSc… in iterate()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexLookupVerifier.hpp | 92 Vec4 computeFixedPointThreshold(const IVec4 &bits);
|
H A D | tcuTexLookupVerifier.cpp | 2199 Vec4 computeFixedPointThreshold(const IVec4 &bits) in computeFixedPointThreshold() function
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 329 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 585 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - 2, tcu::… in iterate() 900 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 1093 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate() 1389 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - 2, IVec4… in iterate() 1673 …tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)… in iterate()
|
H A D | vktTextureFilteringTests.cpp | 387 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate() 657 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate() 910 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate() 1138 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
|
H A D | vktTextureShadowTests.cpp | 165 …const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzle(1, 2, … in verifyTexCompareResult()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureFilteringTests.cpp | 407 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in iterate()
|
H A D | es31fTextureBorderClampTests.cpp | 939 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / samplerParams.colorS… in verifyImage() 1047 …const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(nonShadowBits).swizzle(1, 2, … in verifyTextureCompareResult() 2188 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / samplerParams.colorS… in verifyImage()
|
H A D | es31fStencilTexturingTests.cpp | 699 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8)); in iterate()
|
H A D | es31fTextureGatherTests.cpp | 1565 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 1570 …tcu::computeFixedPointThreshold(max((tcu::IVec4(8, 8, 8, 8) - (isNearestOnly ? 1 : 2)), tcu::IVec4… in verifyImage()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 210 …lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale; in verifyTestResult()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 1587 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify()
|