Home
last modified time | relevance | path

Searched refs:isNearestOnly (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp317 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()
Des3fTextureWrapTests.cpp333 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/
DvktTextureFilteringTests.cpp225 …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/
Des2fTextureFilteringTests.cpp299 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/
Des31fTextureFilteringTests.cpp380 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()
Des31fTextureBorderClampTests.cpp929 const bool isNearestOnly = isNearestMinFilter && isNearestMagFilter; in verifyImage() local
931 const int colorErrorBits = (isNearestOnly && !isSRGB) ? (1) : (2); in verifyImage()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp114 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/
DvktPipelineImageSamplingInstance.cpp1373 …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()