Searched refs:depthAccess (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 82 …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/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 921 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()
|
D | vktRenderPassTests.cpp | 3472 …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/ |
D | rrRenderer.cpp | 992 …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/ |
D | es31fTextureBorderClampTests.cpp | 297 …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()
|