Searched refs:getPixStencil (Results 1 - 14 of 14) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp188 effectiveDst.setPixStencil(effectiveSrc.getPixStencil(0, x, y), x, y);
H A DrrFragmentOperations.cpp101 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
139 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
275 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp476 deUint32 oldVal = rowAccess.getPixStencil(x, 0);
485 deUint32 stencil = rowAccess.getPixStencil(x, 0);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp479 deUint32 oldVal = rowAccess.getPixStencil(x, 0);
488 deUint32 stencil = rowAccess.getPixStencil(x, 0);
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp190 const int oldVal = dst.getPixStencil(x, y);
406 const int ref = stencilRef.getPixStencil(x, y);
484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
/external/deqp/modules/internal/
H A DditFrameworkTests.cpp822 if (dsAccess.getPixStencil(sampleNdx, x, y) != 0)
H A DditTextureFormatTests.cpp1303 dst.setPixStencil(src.getPixStencil(ndx, 0, 0), ndx, 0, 0);
1450 << TestLog::Message << "Verifying getPixStencil()" << TestLog::EndMessage;
1455 const int res = combinedAccess.getPixStencil(pixelNdx, 0, 0);
1585 m_testCtx.getLog() << TestLog::Message << "Copying both depth getPixStencil() -> setPixStencil()" << TestLog::EndMessage;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp320 const deUint32 stencil = access.getPixStencil(x, y);
/external/deqp/framework/common/
H A DtcuTexture.hpp351 int getPixStencil (int x, int y, int z = 0) const;
H A DtcuTextureUtil.cpp222 // Instead either getPixDepth() or getPixStencil(), or effective depth- or stencil-
1077 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z);
H A DtcuTexture.cpp1212 int ConstPixelBufferAccess::getPixStencil (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp681 if (levelStencil < refAccess.getPixStencil(x, y))
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp3487 const deUint32 resultStencil = result.getPixStencil(x, y);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp984 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z);

Completed in 2927 milliseconds