Searched refs:MODE_STENCIL (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 139 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 …]
|
D | es31fStencilTexturingTests.cpp | 166 …FormatBitDepth(tcu::getEffectiveDepthStencilAccess(dst, tcu::Sampler::MODE_STENCIL).getFormat()).x… in renderTestPatternReference()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 572 …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()
|
D | tcuTexture.hpp | 203 MODE_STENCIL, enumerator
|
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 333 …etEffectiveDepthStencilTextureFormat(ref.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); in initializeStencilRbo()
|
D | teglImageFormatTests.cpp | 587 …ctiveDepthStencilTextureFormat(reference.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); in invokeGLES2()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3031 …pleAccess(tcu::getEffectiveDepthStencilAccess(combinedDSaccess.raw(), tcu::Sampler::MODE_STENCIL)); in getStencilMultisampleAccess()
|