Home
last modified time | relevance | path

Searched refs:getPixDepth (Results 1 - 25 of 55) sorted by relevance

123

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp163 sum += effectiveSrc.getPixDepth(s, x, y); in resolveMultisampleDepthBuffer()
H A DrrFragmentOperations.cpp176 const float depthBufferValue = depthBuffer.getPixDepth(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); in executeDepthBoundsTest()
228 float depthBufferValue = depthBuffer.getPixDepth(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeDepthCompare()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp156 float ref = reference.getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
157 float res = result.getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
161 difference *= importanceMask->getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDepthClampTests.cpp694 if (std::abs(expectedValue - resultImage.getPixDepth(x, y, 0)) >= m_epsilon) in iterate()
703 << ", got: " << resultImage.getPixDepth(x, y, 0) << " at (" << x << ", " << y << ", 0)"; in iterate()
H A DvktDrawInvertedDepthRangesTests.cpp644 const auto refValue = refAccess.getPixDepth(x, y); in iterate()
645 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
H A DvktDrawMultipleClearsWithinRenderPass.cpp705 const float difference = m_params.expectedDepth - resultImage.getPixDepth(x,y,z); in iterate()
709 msg << "Depth value mismatch, expected: " << m_params.expectedDepth << ", got: " << resultImage.getPixDepth(x,y,z) << " at " << "(" << x << ", " << y << ", " << z << ")"; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDepthClampTests.cpp694 if (std::abs(expectedValue - resultImage.getPixDepth(x, y, 0)) >= m_epsilon) in iterate()
703 << ", got: " << resultImage.getPixDepth(x, y, 0) << " at (" << x << ", " << y << ", 0)"; in iterate()
H A DvktDrawInvertedDepthRangesTests.cpp644 const auto refValue = refAccess.getPixDepth(x, y); in iterate()
645 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
H A DvktDrawMultipleClearsWithinRenderPass.cpp705 const float difference = m_params.expectedDepth - resultImage.getPixDepth(x,y,z); in iterate()
709 msg << "Depth value mismatch, expected: " << m_params.expectedDepth << ", got: " << resultImage.getPixDepth(x,y,z) << " at " << "(" << x << ", " << y << ", " << z << ")"; in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClipControlTests.cpp144 float ref = reference.getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
149 difference *= importanceMask->getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
H A Des2fDepthStencilClearTests.cpp437 float depth = rowAccess.getPixDepth(x, 0); in renderReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp343 const auto depthPixel = attachment->getAccess().getPixDepth(x, y); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp343 const auto depthPixel = attachment->getAccess().getPixDepth(x, y); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp440 float depth = rowAccess.getPixDepth(x, 0); in renderReference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1538 depth = m_texture->getLevel(0, 0).getPixDepth(x + (m_imageSize.x() / 2), y, z) + 0.1f; in verifyImage()
1540 depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z); in verifyImage()
1554 float depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z) + 0.1f; in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1378 depth = m_texture->getLevel(0, 0).getPixDepth(x + (m_imageSize.x() / 2), y, z) + 0.1f; in verifyImage()
1380 depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z); in verifyImage()
1394 float depth = m_texture->getLevel(0, 0).getPixDepth(x, y, z) + 0.1f; in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp648 << ") and found " << depthResultAccess.getPixDepth(0, 0) << tcu::TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/modules/internal/
H A DditFrameworkTests.cpp829 const float depth = dsAccess.getPixDepth(sampleNdx, x, y); in runCase()
H A DditTextureFormatTests.cpp1343 dst.setPixDepth(src.getPixDepth(ndx, 0, 0), ndx, 0, 0); in copyGetSetDepth()
1476 << TestLog::Message << "Verifying getPixDepth()" << TestLog::EndMessage; in verifyGetPixDepth()
1481 const float res = combinedAccess.getPixDepth(pixelNdx, 0, 0); in verifyGetPixDepth()
1593 m_testCtx.getLog() << TestLog::Message << "Copying both depth getPixDepth() -> setPixDepth()" << TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp908 if (depthData.getLevel(0).getPixDepth(x, y) >= depthBounds[DEPTH_BOUNDS_MIN] in iterate()
909 && depthData.getLevel(0).getPixDepth(x, y) <= depthBounds[DEPTH_BOUNDS_MAX]) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp880 if (depthData.getLevel(0).getPixDepth(x, y) >= depthBounds[DEPTH_BOUNDS_MIN] in iterate()
881 && depthData.getLevel(0).getPixDepth(x, y) <= depthBounds[DEPTH_BOUNDS_MAX]) in iterate()
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp1067 float refDepth = reference.getPixDepth(x, y, z); in dsThresholdCompare()
1068 float cmpDepth = result.getPixDepth(x, y, z); in dsThresholdCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp281 const float depth = access.getPixDepth(x, y, z); in comparePixelToDepthClearValue()
297 const float depth = access.getPixDepth(x, y, z); in comparePixelToDepthClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp273 const float depth = access.getPixDepth(x, y, z); in comparePixelToDepthClearValue()
289 const float depth = access.getPixDepth(x, y, z); in comparePixelToDepthClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp857 float depthValue = (m_testMode == MODE_DEPTH) ? dsPixelAccess.getPixDepth(x, y, z) : 0.0f; in iterate()
1632 float depthValue = (m_testMode == MODE_DEPTH) ? dsPixelAccess.getPixDepth(x, y, z) : 0.0f;

Completed in 52 milliseconds

123