Home
last modified time | relevance | path

Searched refs:MODE_STENCIL (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp139 DE_ASSERT(mode == tcu::Sampler::MODE_STENCIL); in isStencilFormat()
142 else if (fmt.order == tcu::TextureFormat::DS && mode == tcu::Sampler::MODE_STENCIL) in isStencilFormat()
288 …mat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler::MODE_STENCIL)) in genDummyTexture()
301 if (isStencilFormat(texFormat, tcu::Sampler::MODE_STENCIL)) in genDummyTexture()
304 …::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0), tcu::Sampler::MODE_STENCIL); in genDummyTexture()
746 else if (m_sampleMode == tcu::Sampler::MODE_STENCIL) in logParams()
775 else if (m_sampleMode == tcu::Sampler::MODE_STENCIL) in renderTo()
2359 { "stencil_index8", GL_STENCIL_INDEX8, tcu::Sampler::MODE_STENCIL }, in init()
2362 { "depth24_stencil8_sample_stencil", GL_DEPTH24_STENCIL8, tcu::Sampler::MODE_STENCIL }, in init()
2363 { "depth32f_stencil8_sample_stencil", GL_DEPTH32F_STENCIL8, tcu::Sampler::MODE_STENCIL }, in init()
[all …]
Des31fStencilTexturingTests.cpp166 …FormatBitDepth(tcu::getEffectiveDepthStencilAccess(dst, tcu::Sampler::MODE_STENCIL).getFormat()).x… in renderTestPatternReference()
/external/deqp/framework/common/
DtcuTextureUtil.cpp572 …clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_STENCIL), tcu::UVec4(stencil, 0u, 0u, 0… in clearStencil()
646 …fillWithComponentGradients(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_STENCIL), min… in fillWithComponentGradients()
723 …fillWithComponentGradients(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_STENCIL), col… in fillWithGrid()
1064 (mode == Sampler::MODE_STENCIL && baseAccess.getFormat().order == TextureFormat::S)); in toSamplerAccess()
1079 else if (mode == Sampler::MODE_STENCIL) in toSamplerAccess()
1105 else if (mode == Sampler::MODE_STENCIL) in toSamplerAccess()
DtcuTexture.hpp203 MODE_STENCIL, enumerator
/external/deqp/modules/egl/
DteglImageUtil.cpp333 …etEffectiveDepthStencilTextureFormat(ref.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); in initializeStencilRbo()
DteglImageFormatTests.cpp587 …ctiveDepthStencilTextureFormat(reference.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); in invokeGLES2()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3031 …pleAccess(tcu::getEffectiveDepthStencilAccess(combinedDSaccess.raw(), tcu::Sampler::MODE_STENCIL)); in getStencilMultisampleAccess()