Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp561 MODE_STENCIL, enumerator
572 flags & FLAG_TEST_STENCIL ? MODE_STENCIL : MODE_INVALID) in EarlyFragmentTestInstance()
608 …const VkFormat testFormat = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, phy… in iterate()
689 (m_testMode == MODE_DEPTH), (m_testMode == MODE_STENCIL))); in iterate()
729 if (m_useTestAttachment && m_testMode == MODE_STENCIL) in iterate()
/external/deqp/framework/common/
DtcuTestLog.cpp72 m_access = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_STENCIL); in LogImage()
82 …erAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_STENCIL); in LogImage()
113 m_access = tcu::getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_STENCIL); in LogImage()
130 …erAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_STENCIL); in write()
DtcuTextureUtil.cpp792 …clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_STENCIL), tcu::UVec4(stencil, 0u, 0u, 0… in clearStencil()
866 …fillWithComponentGradients(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_STENCIL), min… in fillWithComponentGradients()
943 …fillWithGrid(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_STENCIL), cellSize, colorA.… in fillWithGrid()
1290 (mode == Sampler::MODE_STENCIL && baseAccess.getFormat().order == TextureFormat::S)); in toSamplerAccess()
1305 else if (mode == Sampler::MODE_STENCIL) in toSamplerAccess()
1331 else if (mode == Sampler::MODE_STENCIL) in toSamplerAccess()
1357 else if (mode == Sampler::MODE_STENCIL) in toSamplerAccess()
1383 else if (mode == Sampler::MODE_STENCIL) in toSamplerAccess()
DtcuTexture.hpp226 MODE_STENCIL, enumerator
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp175 …erAccess effectiveSrc = tcu::getEffectiveDepthStencilAccess(src.raw(), tcu::Sampler::MODE_STENCIL); in resolveMultisampleStencilBuffer()
176 …lBufferAccess effectiveDst = tcu::getEffectiveDepthStencilAccess(dst, tcu::Sampler::MODE_STENCIL); in resolveMultisampleStencilBuffer()
DrrRenderer.cpp1651 …s(tcu::getEffectiveDepthStencilAccess(stencilMultisampleBuffer.raw(), tcu::Sampler::MODE_STENCIL))) in RenderTarget()
/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()
750 else if (m_sampleMode == tcu::Sampler::MODE_STENCIL) in logParams()
779 else if (m_sampleMode == tcu::Sampler::MODE_STENCIL) in renderTo()
2368 { "stencil_index8", GL_STENCIL_INDEX8, tcu::Sampler::MODE_STENCIL }, in init()
2371 { "depth24_stencil8_sample_stencil", GL_DEPTH24_STENCIL8, tcu::Sampler::MODE_STENCIL }, in init()
2372 { "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/modules/internal/
DditTextureFormatTests.cpp1570 …ccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_STENCIL); in iterate()
1571 …rAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_STENCIL); in iterate()
1609 …ccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_STENCIL); in iterate()
1611 …rAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_STENCIL); in iterate()
/external/deqp/framework/opengl/
DgluFboRenderContext.cpp55 …tencilOnlyFormat = tcu::getEffectiveDepthStencilTextureFormat(format, tcu::Sampler::MODE_STENCIL); in getNumStencilBits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp563 …:getEffectiveDepthStencilTextureFormat(src.getFormat(), tcu::Sampler::MODE_STENCIL), src.getWidth(… in uploadImage()
564 …(stencilTexture.getAccess(), tcu::getEffectiveDepthStencilAccess(src, tcu::Sampler::MODE_STENCIL)); in uploadImage()
785 …tcu::getEffectiveDepthStencilTextureFormat(imageFormat, tcu::Sampler::MODE_STENCIL), parms.extent.… in readImage()
787 …etEffectiveDepthStencilAccess(resultLevel->getAccess(), tcu::Sampler::MODE_STENCIL), stencilTextur… in readImage()
1024 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
1112 … srcOffset.y, srcOffset.z, extent.width, extent.height, extent.depth), tcu::Sampler::MODE_STENCIL); in copyRegionToTextureLevel()
1113 … dstOffset.y, dstOffset.z, extent.width, extent.height, extent.depth), tcu::Sampler::MODE_STENCIL); in copyRegionToTextureLevel()
2285 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
2319 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_STENCIL; in checkTestResult()
2517 …getSubregion(src, srcOffset.x, srcOffset.y, srcExtent.x, srcExtent.y), tcu::Sampler::MODE_STENCIL); in copyRegionToTextureLevel()
[all …]
/external/deqp/modules/egl/
DteglImageUtil.cpp361 …etEffectiveDepthStencilTextureFormat(ref.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); in initializeStencilRbo()
DteglImageFormatTests.cpp588 …ctiveDepthStencilTextureFormat(reference.getLevel(0).getFormat(), tcu::Sampler::MODE_STENCIL)).x(); in invokeGLES2()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp553 …:getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampler::MODE_STENCIL)); in uploadTestTexture()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3031 …pleAccess(tcu::getEffectiveDepthStencilAccess(combinedDSaccess.raw(), tcu::Sampler::MODE_STENCIL)); in getStencilMultisampleAccess()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3340 …cess (tcu::getEffectiveDepthStencilAccess(referenceImage.getAccess(), tcu::Sampler::MODE_STENCIL)); in renderReferenceImagesFromValues()