Home
last modified time | relevance | path

Searched refs:depthAccess (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.cpp82 …const ConstPixelBufferAccess depthAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sam… in LogImage() local
89 computePixelScaleBias(depthAccess, depthScale, depthBias); in LogImage()
130 …const ConstPixelBufferAccess depthAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sam… in write() local
134 …log.writeImage("Depth", "Depth channel", depthAccess, m_scale.swizzle(0, 0, 0, 0), m_bias.swizzle(… in write()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp921 const tcu::ConstPixelBufferAccess& depthAccess = depthPixels->getAccess(); in iterate() local
924 for (int y = 0; y < depthAccess.getHeight(); ++y) in iterate()
925 for (int x = 0; x < depthAccess.getWidth(); ++x) in iterate()
927 const float value = depthAccess.getPixDepth(x, y); in iterate()
DvktRenderPassTests.cpp3472 …const PixelBufferAccess depthAccess (tcu::getEffectiveDepthStencilAccess(referenceImage.getAccess(… in renderReferenceImagesFromValues() local
3480 depthAccess.setPixDepth(float(depthValues[1]) / 255.0f, x, y); in renderReferenceImagesFromValues()
3482 depthAccess.setPixDepth(float(depthValues[0]) / 255.0f, x, y); in renderReferenceImagesFromValues()
3485 depthAccess.setPixDepth(((x / 3) % 2) == ((y / 3) % 2) ? 0.33f : 0.66f, x, y); in renderReferenceImagesFromValues()
3707 …const ConstPixelBufferAccess depthAccess (depthFormat, targetSize.x(), targetSize.y(), 1, depthP… in logAndVerifyImages() local
3712 …ing(attachmentNdx) + "Depth", "Attachment " + de::toString(attachmentNdx) + " Depth", depthAccess); in logAndVerifyImages()
3718 …&& !verifyDepthAttachment(referenceValues[attachmentNdx], depthAccess, depthErrorImage.getAccess()… in logAndVerifyImages()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp992 …Difference (const pa::Triangle& triangle, const rr::MultisampleConstPixelBufferAccess& depthAccess) in findPrimitiveMinimumResolvableDifference() argument
995 const tcu::TextureFormat format = depthAccess.raw().getFormat(); in findPrimitiveMinimumResolvableDifference()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp297 …const tcu::PixelBufferAccess depthAccess = tcu::getEffectiveDepthStencilAccess(texture->getRefText… in genDummyTexture() local
298 tcu::fillWithComponentGradients(depthAccess, tcu::Vec4(0.0f), tcu::Vec4(1.0f)); in genDummyTexture()