Home
last modified time | relevance | path

Searched refs:depthAccess (Results 1 – 8 of 8) 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.cpp3480 …const PixelBufferAccess depthAccess (tcu::getEffectiveDepthStencilAccess(referenceImage.getAccess(… in renderReferenceImagesFromValues() local
3488 depthAccess.setPixDepth(float(depthValues[1]) / 255.0f, x, y); in renderReferenceImagesFromValues()
3490 depthAccess.setPixDepth(float(depthValues[0]) / 255.0f, x, y); in renderReferenceImagesFromValues()
3493 depthAccess.setPixDepth(((x / 3) % 2) == ((y / 3) % 2) ? 0.33f : 0.66f, x, y); in renderReferenceImagesFromValues()
3782 …const ConstPixelBufferAccess depthAccess (depthFormat, targetSize.x(), targetSize.y(), 1, depthP… in logAndVerifyImages() local
3788 …&& !verifyDepthAttachment(referenceValues[attachmentNdx], depthAccess, depthErrorImage.getAccess()… in logAndVerifyImages()
3805 …ttachment" + attachmentNdxStr + "Depth", "Attachment " + attachmentNdxStr + " Depth", depthAccess); in logAndVerifyImages()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp995 const auto depthAccess = depthBuffer->getAccess(); in iterate() local
1006 const auto depthPixel = depthAccess.getPixDepth(x, y); in iterate()
1015 logErrors(log, "Depth", "Result depth image and error mask", depthAccess, depthErrorAccess); in iterate()
DvktPipelineExtendedDynamicStateTests.cpp1925 const auto depthAccess = depthBuffer->getAccess(); in iterate() local
1973 const auto depthPixel = depthAccess.getPixDepth(x, y); in iterate()
1992 logErrors(log, "Depth", "Result depth image and error mask", depthAccess, depthErrorAccess); in iterate()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp5571 vk::ResourceAccess depthAccess = GetDepthAccess(dsState); in startRenderPass() local
5573 mRenderPassCommands->onDepthAccess(depthAccess); in startRenderPass()
6071 vk::ResourceAccess depthAccess = GetDepthAccess(dsState); in updateRenderPassDepthStencilAccess() local
6074 if ((depthAccess == vk::ResourceAccess::Write || in updateRenderPassDepthStencilAccess()
6088 mRenderPassCommands->onDepthAccess(depthAccess); in updateRenderPassDepthStencilAccess()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp996 …Difference (const pa::Triangle& triangle, const rr::MultisampleConstPixelBufferAccess& depthAccess) in findPrimitiveMinimumResolvableDifference() argument
999 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()