Home
last modified time | relevance | path

Searched refs:TARGET_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp142 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in verifyImage()
216 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in init()
404 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in init()
669 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() > 1) in init()
1671 …efault_framebuffer", "Test with default framebuffer", 0, MultisampleRenderCase::TARGET_DEFAULT }, in init()
Des31fMultisampleShaderRenderCase.hpp62 TARGET_DEFAULT = 0, enumerator
Des31fMultisampleShaderRenderCase.cpp109 case TARGET_DEFAULT: in init()
246 if (m_renderTarget != TARGET_DEFAULT) in init()
280 else if (m_renderTarget == TARGET_DEFAULT) in init()
518 if (m_renderTarget == TARGET_DEFAULT) in drawOneIteration()
Des31fSampleShadingTests.cpp280 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1) in init()
477 { SampleShadingRenderingCase::TARGET_DEFAULT, 0, "default_framebuffer" }, in init()
Des31fSampleVariableTests.cpp652 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT in genFragmentSource()
693 …const int sampleCount = (m_renderTarget == TARGET_DEFAULT) ? (m_context.getRenderTarget().getNu… in verifyImage()
1165 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT in preDraw()
1209 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT in genFragmentSource()
2143 …const bool singleSampleTarget = m_numRequestedSamples == 0 && !(m_renderTarget == TARGET_DEFAULT &… in verifyImage()
2220 …efault_framebuffer", "Test with default framebuffer", 0, MultisampleRenderCase::TARGET_DEFAULT }, in init()
Des31fPrimitiveBoundingBoxTests.cpp3260 TARGET_DEFAULT = 0, enumerator
3329 << ((m_src == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init()
3331 << ((m_dst == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init()
3340 if (m_dst == TARGET_DEFAULT && defaultFBMultisampled) in init()
3418 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init()
3419 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init()
3431 if (m_src == TARGET_DEFAULT && defaultFBMultisampled) in init()
3511 if (m_src == TARGET_DEFAULT || m_iteration == 0) in iterate()
3548 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().… in verifyImage()
3607 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().g… in fillSourceWithPattern()
[all …]