Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp476 deUint32 oldVal = rowAccess.getPixStencil(x, 0); in renderReference()
485 deUint32 stencil = rowAccess.getPixStencil(x, 0); in renderReference()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp479 deUint32 oldVal = rowAccess.getPixStencil(x, 0); in renderReference()
488 deUint32 stencil = rowAccess.getPixStencil(x, 0); in renderReference()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp188 effectiveDst.setPixStencil(effectiveSrc.getPixStencil(0, x, y), x, y); in resolveMultisampleStencilBuffer()
H A DrrFragmentOperations.cpp101 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeStencilCompare()
139 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeStencilSFail()
329 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeStencilDpFailAndPass()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp190 const int oldVal = dst.getPixStencil(x, y); in renderTestPatternReference()
406 const int ref = stencilRef.getPixStencil(x, y); in compareStencilToRed()
484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y); in stencilToUnorm8()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp337 const auto stencilPixel = attachment->getAccess().getPixStencil(x, y, 0); in iterate()
H A DvktRenderPassUnusedClearAttachmentTests.cpp1185 const int value = stencilAccess.getPixStencil(x, y); in iterate()
H A DvktRenderPassSubpassDependencyTests.cpp124 if (result.getPixStencil(x, y) != reference.getPixStencil(x, y)) in verifyStencil()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp337 const auto stencilPixel = attachment->getAccess().getPixStencil(x, y, 0); in iterate()
H A DvktRenderPassUnusedClearAttachmentTests.cpp1186 const int value = stencilAccess.getPixStencil(x, y); in iterate()
H A DvktRenderPassSubpassDependencyTests.cpp124 if (result.getPixStencil(x, y) != reference.getPixStencil(x, y)) in verifyStencil()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1532 int stencil = 1 + m_texture->getLevel(0, 0).getPixStencil(x, y, z); in verifyImage()
1560 stencil = 1 + m_texture->getLevel(0, 0).getPixStencil(x + (m_imageSize.x() / 2), y, z); in verifyImage()
1562 stencil = m_texture->getLevel(0, 0).getPixStencil(x, y, z); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1372 int stencil = 1 + m_texture->getLevel(0, 0).getPixStencil(x, y, z); in verifyImage()
1400 stencil = 1 + m_texture->getLevel(0, 0).getPixStencil(x + (m_imageSize.x() / 2), y, z); in verifyImage()
1402 stencil = m_texture->getLevel(0, 0).getPixStencil(x, y, z); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp639 const auto stencil = refAccess.getPixStencil(x, y); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInvertedDepthRangesTests.cpp639 const auto stencil = refAccess.getPixStencil(x, y); in iterate()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp823 if (dsAccess.getPixStencil(sampleNdx, x, y) != 0) in runCase()
H A DditTextureFormatTests.cpp1349 dst.setPixStencil(src.getPixStencil(ndx, 0, 0), ndx, 0, 0); in copyGetSetStencil()
1496 << TestLog::Message << "Verifying getPixStencil()" << TestLog::EndMessage; in verifyGetPixStencil()
1501 const int res = combinedAccess.getPixStencil(pixelNdx, 0, 0); in verifyGetPixStencil()
1631 m_testCtx.getLog() << TestLog::Message << "Copying both depth getPixStencil() -> setPixStencil()" << TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp1077 deUint8 refStencil = (deUint8) reference.getPixStencil(x, y, z); in dsThresholdCompare()
1078 deUint8 cmpStencil = (deUint8) result.getPixStencil(x, y, z); in dsThresholdCompare()
H A DtcuTexture.hpp387 int getPixStencil (int x, int y, int z = 0) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp858 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate()
1633 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp858 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate()
1633 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp331 const deUint32 stencil = access.getPixStencil(x, y, z); in comparePixelToStencilClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp664 const int stencilInt = inputImage.getPixStencil(x, y);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp323 const deUint32 stencil = access.getPixStencil(x, y, z); in comparePixelToStencilClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp664 const int stencilInt = inputImage.getPixStencil(x, y);

Completed in 69 milliseconds

12