Searched refs:isNearestOnly (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFilteringTests.cpp | 317 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 319 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 632 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 634 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 900 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 902 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 1144 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 1146 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate()
|
D | es3fTextureWrapTests.cpp | 333 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 336 …const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 … in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 225 …const bool isNearestOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.m… in iterate() local 228 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 447 …const bool isNearestOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.m… in iterate() local 450 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 653 …const bool isNearestOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.m… in iterate() local 656 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 837 …const bool isNearestOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.m… in iterate() local 840 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFilteringTests.cpp | 299 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 301 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() 585 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 587 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 380 const bool isNearestOnly = m_minFilter == GL_NEAREST && m_magFilter == GL_NEAREST; in iterate() local 383 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate()
|
D | es31fTextureBorderClampTests.cpp | 929 const bool isNearestOnly = isNearestMinFilter && isNearestMagFilter; in verifyImage() local 931 const int colorErrorBits = (isNearestOnly && !isSRGB) ? (1) : (2); in verifyImage()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 114 const ReferenceParams& refParams, bool isNearestOnly) const; 195 const ReferenceParams& refParams, bool isNearestOnly) const in verifyTestResult() 202 de::min(pixelFormat.alphaBits, refChannelBitDepth[3])) - (isNearestOnly ? 1 : 2), in verifyTestResult() 659 const bool isNearestOnly = in iterate() local 661 …Result(texCoord[0].getPtr(), rendered, curCase.texture->getRefTexture(), refParams, isNearestOnly); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1373 …const bool isNearestOnly = (m_samplerParams.minFilter == VK_FILTER_NEAREST && m_samplerParam… in verifyImage() local 1382 …hold = tcu::computeFixedPointThreshold(max((tcu::IVec4(8, 8, 8, 8) - (isNearestOnly ? 1 : 2)), tcu… in verifyImage()
|