Home
last modified time | relevance | path

Searched refs:stencilAccess (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTestLog.cpp82 …const ConstPixelBufferAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sa… in LogImage() local
89 computePixelScaleBias(stencilAccess, stencilScale, stencilBias); in LogImage()
130 …const ConstPixelBufferAccess stencilAccess = tcu::getEffectiveDepthStencilAccess(m_access, tcu::Sa… in write() local
134 …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/
DvktRenderPassTests.cpp3433 …const PixelBufferAccess stencilAccess (tcu::getEffectiveDepthStencilAccess(referenceImage.getAcces… in renderReferenceImagesFromValues() local
3441 stencilAccess.setPixStencil(0xFFu, x, y); in renderReferenceImagesFromValues()
3443 stencilAccess.setPixStencil(0x0u, x, y); in renderReferenceImagesFromValues()
3446 stencilAccess.setPixStencil(((x / 3) % 2) == ((y / 3) % 2) ? 85 : 170, x, y); in renderReferenceImagesFromValues()
3648 …const ConstPixelBufferAccess stencilAccess (stencilFormat, targetSize.x(), targetSize.y(), 1, ste… in logAndVerifyImages() local
3653 …tachmentNdx) + "Stencil", "Attachment " + de::toString(attachmentNdx) + " Stencil", stencilAccess); in logAndVerifyImages()
3665 …&& !verifyStencilAttachment(referenceValues[attachmentNdx], stencilAccess, stencilErrorImage.getAc… in logAndVerifyImages()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp304 …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()