/external/deqp/framework/common/ |
D | tcuTestLog.cpp | 83 …const ConstPixelBufferAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sa… in LogImage() local 90 computePixelScaleBias(stencilAccess, stencilScale, stencilBias); in LogImage() 131 …const ConstPixelBufferAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sa… in write() local 135 …log.writeImage("Stencil", "Stencil channel", stencilAccess, m_scale.swizzle(1, 1, 1, 1), m_bias.sw… in write()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 945 const tcu::ConstPixelBufferAccess& stencilAccess = stencilPixels->getAccess(); in iterate() local 948 for (int y = 0; y < stencilAccess.getHeight(); ++y) in iterate() 949 for (int x = 0; x < stencilAccess.getWidth(); ++x) in iterate() 951 const int value = stencilAccess.getPixStencil(x, y); in iterate()
|
D | vktRenderPassTests.cpp | 3499 …const PixelBufferAccess stencilAccess (tcu::getEffectiveDepthStencilAccess(referenceImage.getAcces… in renderReferenceImagesFromValues() local 3507 stencilAccess.setPixStencil(0xFFu, x, y); in renderReferenceImagesFromValues() 3509 stencilAccess.setPixStencil(0x0u, x, y); in renderReferenceImagesFromValues() 3512 stencilAccess.setPixStencil(((x / 3) % 2) == ((y / 3) % 2) ? 85 : 170, x, y); in renderReferenceImagesFromValues() 3783 …const ConstPixelBufferAccess stencilAccess (stencilFormat, targetSize.x(), targetSize.y(), 1, ste… in logAndVerifyImages() local 3794 …&& !verifyStencilAttachment(referenceValues[attachmentNdx], stencilAccess, stencilErrorImage.getAc… in logAndVerifyImages() 3806 …ent" + attachmentNdxStr + "Stencil", "Attachment " + attachmentNdxStr + " Stencil", stencilAccess); in logAndVerifyImages()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilTests.cpp | 842 …const tcu::PixelBufferAccess stencilAccess (tcu::getEffectiveDepthStencilAccess(refRenderer.getDep… in verifyImage() local 846 stencilAccess, in verifyImage()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 1926 const auto stencilAccess = stencilBuffer->getAccess(); in iterate() local 1979 const auto stencilPixel = static_cast<deUint32>(stencilAccess.getPixStencil(x, y)); in iterate() 1995 …logErrors(log, "Stencil", "Result stencil image and error mask", stencilAccess, stencilErrorAccess… in iterate()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 5572 vk::ResourceAccess stencilAccess = GetStencilAccess(dsState); in startRenderPass() local 5574 mRenderPassCommands->onStencilAccess(stencilAccess); in startRenderPass() 6072 vk::ResourceAccess stencilAccess = GetStencilAccess(dsState); in updateRenderPassDepthStencilAccess() local 6075 stencilAccess == vk::ResourceAccess::Write) && in updateRenderPassDepthStencilAccess() 6089 mRenderPassCommands->onStencilAccess(stencilAccess); in updateRenderPassDepthStencilAccess()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 304 …const tcu::PixelBufferAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(texture->getRefTe… in genDummyTexture() local 305 … const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(stencilAccess.getFormat()); in genDummyTexture() 308 …tcu::fillWithComponentGradients(tcu::flipYAccess(stencilAccess), texFormatInfo.valueMax, texFormat… in genDummyTexture()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4706 …tcu::ConstPixelBufferAccess stencilAccess (stencilTcuFormat, iWidth, iHeight, 1, stencilCheckBuff… in iterate() local 4721 const auto stencilValue = stencilAccess.getPixStencil(x, y); in iterate()
|