/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 169 bool incompatibleInputAttachmentAccess (AspectAccess depthAccess, const ROAccessVec* depthROAccesse… in incompatibleInputAttachmentAccess() argument 171 …const bool depthAsDSAttachment = (depthAccess == AspectAccess::RW || (depthAccess == AspectAccess… in incompatibleInputAttachmentAccess() 173 …const bool depthAsInputAttachment = (depthAccess == AspectAccess::RO && de::contains(begin(*depthR… in incompatibleInputAttachmentAccess() 213 AspectAccess depthAccess; // Type of access that will be used for depth (must be legal). member 250 if (depthAccess == AspectAccess::RW || stencilAccess == AspectAccess::RW) in getUsageFlags() 253 if (depthAccess == AspectAccess::RO) in getUsageFlags() 312 …return (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAcces… in depthAsInputAttachment() 335 …return (depthAccess == AspectAccess::RW || (depthAccess == AspectAccess::RO && de::contains(begin(… in needsDepthTest() 573 const auto depthWrites = (m_params.depthAccess == AspectAccess::RW); in iterate() 1330 const auto depthAccess = getLegalAccess(layout, VK_IMAGE_ASPECT_DEPTH_BIT); in createImageDepthStencilDescriptorTests() local [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1010 const tcu::ConstPixelBufferAccess& depthAccess = depthPixels->getAccess(); in iterate() local 1013 for (int y = 0; y < depthAccess.getHeight(); ++y) in iterate() 1014 for (int x = 0; x < depthAccess.getWidth(); ++x) in iterate() 1016 const float value = depthAccess.getPixDepth(x, y); in iterate()
|
D | vktRenderPassTests.cpp | 3829 …const PixelBufferAccess depthAccess (tcu::getEffectiveDepthStencilAccess(referenceImage.getAccess(… in renderReferenceImagesFromValues() local 3837 depthAccess.setPixDepth(float(depthValues[1]) / 255.0f, x, y); in renderReferenceImagesFromValues() 3839 depthAccess.setPixDepth(float(depthValues[0]) / 255.0f, x, y); in renderReferenceImagesFromValues() 3842 depthAccess.setPixDepth(((x / 3) % 2) == ((y / 3) % 2) ? 0.33f : 0.66f, x, y); in renderReferenceImagesFromValues() 4131 …const ConstPixelBufferAccess depthAccess (depthFormat, targetSize.x(), targetSize.y(), 1, depthP… in logAndVerifyImages() local 4137 …&& !verifyDepthAttachment(referenceValues[attachmentNdx], depthAccess, depthErrorImage.getAccess()… in logAndVerifyImages() 4154 …ttachment" + attachmentNdxStr + "Depth", "Attachment " + attachmentNdxStr + " Depth", depthAccess); in logAndVerifyImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 1000 const auto depthAccess = depthBuffer->getAccess(); in iterate() local 1011 const auto depthPixel = depthAccess.getPixDepth(x, y); in iterate() 1020 logErrors(log, "Depth", "Result depth image and error mask", depthAccess, depthErrorAccess); in iterate()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 2456 const auto depthAccess = depthBuffer->getAccess(); in iterate() local 2507 const auto depthPixel = depthAccess.getPixDepth(x, y); in iterate() 2526 logErrors(log, "Depth", "Result depth image and error mask", depthAccess, depthErrorAccess); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 5886 vk::ResourceAccess depthAccess = GetDepthAccess(dsState); in startRenderPass() local 5888 mRenderPassCommands->onDepthAccess(depthAccess); in startRenderPass() 6415 vk::ResourceAccess depthAccess = GetDepthAccess(dsState); in updateRenderPassDepthStencilAccess() local 6418 if ((depthAccess == vk::ResourceAccess::Write || in updateRenderPassDepthStencilAccess() 6433 mRenderPassCommands->onDepthAccess(depthAccess); in updateRenderPassDepthStencilAccess()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.cpp | 996 …Difference (const pa::Triangle& triangle, const rr::MultisampleConstPixelBufferAccess& depthAccess) in findPrimitiveMinimumResolvableDifference() argument 999 const tcu::TextureFormat format = depthAccess.raw().getFormat(); in findPrimitiveMinimumResolvableDifference()
|
/third_party/vk-gl-cts/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()
|