/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 111 DE_ASSERT(mode == tcu::Sampler::MODE_DEPTH); in isDepthFormat() 114 else if (fmt.order == tcu::TextureFormat::DS && mode == tcu::Sampler::MODE_DEPTH) in isDepthFormat() 288 …if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler:… in genDummyTexture() 294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH)) in genDummyTexture() 297 …cu::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0), tcu::Sampler::MODE_DEPTH); in genDummyTexture() 748 if (m_sampleMode == tcu::Sampler::MODE_DEPTH) in logParams() 777 if (m_sampleMode == tcu::Sampler::MODE_DEPTH) in renderTo() 1796 tcu::Sampler::MODE_DEPTH, in TextureBorderClampDepthCompareCase() 2365 { "depth_component16", GL_DEPTH_COMPONENT16, tcu::Sampler::MODE_DEPTH }, in init() 2366 { "depth_component24", GL_DEPTH_COMPONENT24, tcu::Sampler::MODE_DEPTH }, in init() [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 146 …fferAccess effectiveSrc = tcu::getEffectiveDepthStencilAccess(src.raw(), tcu::Sampler::MODE_DEPTH); in resolveMultisampleDepthBuffer() 147 …xelBufferAccess effectiveDst = tcu::getEffectiveDepthStencilAccess(dst, tcu::Sampler::MODE_DEPTH); in resolveMultisampleDepthBuffer()
|
D | rrRenderer.cpp | 1658 …ccess(tcu::getEffectiveDepthStencilAccess(depthMultisampleBuffer.raw(), tcu::Sampler::MODE_DEPTH))) in RenderTarget()
|
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 71 m_access = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_DEPTH); in LogImage() 82 …ufferAccess depthAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_DEPTH); in LogImage() 112 m_access = tcu::getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_DEPTH); in LogImage() 130 …ufferAccess depthAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sampler::MODE_DEPTH); in write()
|
D | tcuTextureUtil.cpp | 823 …clear(getEffectiveDepthStencilAccess(access, Sampler::MODE_DEPTH), tcu::Vec4(depth, 0.0f, 0.0f, 0.… in clearDepth() 961 …fillWithComponentGradientsStyled(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_DEPTH),… in fillWithComponentGradientsStyled() 1053 …fillWithGrid(getEffectiveDepthStencilAccess(access, tcu::Sampler::MODE_DEPTH), cellSize, colorA, c… in fillWithGrid() 1406 (mode == Sampler::MODE_DEPTH && baseAccess.getFormat().order == TextureFormat::D) || in toSamplerAccess() 1414 if (mode == Sampler::MODE_DEPTH) in toSamplerAccess() 1440 if (mode == Sampler::MODE_DEPTH) in toSamplerAccess() 1466 if (mode == Sampler::MODE_DEPTH) in toSamplerAccess() 1492 if (mode == Sampler::MODE_DEPTH) in toSamplerAccess()
|
D | tcuTexture.hpp | 247 MODE_DEPTH = 0, enumerator 298 DepthStencilMode depthStencilMode_ = MODE_DEPTH, in Sampler() 329 , depthStencilMode (MODE_DEPTH) in Sampler()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 288 MODE_DEPTH, enumerator 299 , m_testMode (flags & FLAG_TEST_DEPTH ? MODE_DEPTH : in EarlyFragmentTestInstance() 417 (m_testMode == MODE_DEPTH), (m_testMode == MODE_STENCIL))); in iterate()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1578 …ferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_DEPTH); in iterate() 1579 …fferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_DEPTH); in iterate() 1654 …ferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_DEPTH); in iterate() 1656 …fferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_DEPTH); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluFboRenderContext.cpp | 42 …at depthOnlyFormat = tcu::getEffectiveDepthStencilTextureFormat(format, tcu::Sampler::MODE_DEPTH); in getNumDepthBits()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 748 …copy(depthTexture.getAccess(), tcu::getEffectiveDepthStencilAccess(src, tcu::Sampler::MODE_DEPTH)); in uploadImage() 953 …tcu::copy(tcu::getEffectiveDepthStencilAccess(resultLevel->getAccess(), tcu::Sampler::MODE_DEPTH),… in readImage() 1218 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult() 1321 …x, srcOffset.y, srcOffset.z, extent.width, extent.height, extent.depth), tcu::Sampler::MODE_DEPTH); in copyRegionToTextureLevel() 1322 …x, dstOffset.y, dstOffset.z, extent.width, extent.height, extent.depth), tcu::Sampler::MODE_DEPTH); in copyRegionToTextureLevel() 2176 …tSubRegion, tcu::getEffectiveDepthStencilAccess(srcSubRegion, tcu::Sampler::MODE_DEPTH), DE_FALSE); in copyRegionToTextureLevel() 2328 …hTexture.getAccess(), tcu::getEffectiveDepthStencilAccess(bufferAccess, tcu::Sampler::MODE_DEPTH)); in iterate() 3103 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult() 3139 const tcu::Sampler::DepthStencilMode mode = tcu::Sampler::MODE_DEPTH; in checkTestResult() 3332 …set.x, srcOffset.y, srcOffset.z, srcExtent.x, srcExtent.y, srcExtent.z), tcu::Sampler::MODE_DEPTH); in copyRegionToTextureLevel() [all …]
|
D | vktApiImageClearingTests.cpp | 263 …Format format = getEffectiveDepthStencilTextureFormat(access.getFormat(), Sampler::MODE_DEPTH); in comparePixelToDepthClearValue()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 1073 referencePBA = getEffectiveDepthStencilAccess(referencePBA, tcu::Sampler::MODE_DEPTH); in iterate() 1075 resultPBA = getEffectiveDepthStencilAccess(resultPBA, tcu::Sampler::MODE_DEPTH); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 126 …tTextureFormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(texFormat, Sampler::MODE_DEPTH)); in getPixelFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 1752 …DepthAccess (tcu::getEffectiveDepthStencilAccess(reference.getAccess(), tcu::Sampler::MODE_DEPTH)); in iterateInternal() 2798 …DepthAccess (tcu::getEffectiveDepthStencilAccess(reference.getAccess(), tcu::Sampler::MODE_DEPTH)); in iterateInternal()
|
D | vktRenderPassTests.cpp | 3480 …Access (tcu::getEffectiveDepthStencilAccess(referenceImage.getAccess(), tcu::Sampler::MODE_DEPTH)); in renderReferenceImagesFromValues()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3044 …ampleAccess(tcu::getEffectiveDepthStencilAccess(combinedDSaccess.raw(), tcu::Sampler::MODE_DEPTH)); in getDepthMultisampleAccess() 4426 …const tcu::Sampler::DepthStencilMode depthStencilMode = tcu::Sampler::MODE_DEPTH; // \todo[jarkko]… in drawWithReference()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3850 tcu::Sampler::MODE_DEPTH, in mapVkSampler()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 134 …ormatBitDepth(tcu::getEffectiveDepthStencilTextureFormat(textureFormat, tcu::Sampler::MODE_DEPTH)); in getEffectiveTextureFormatBitDepth()
|