/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrMultisamplePixelBufferAccess.cpp | 163 sum += effectiveSrc.getPixDepth(s, x, y); in resolveMultisampleDepthBuffer()
|
H A D | rrFragmentOperations.cpp | 176 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 D | gl4cClipControlTests.cpp | 156 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 D | vktDrawDepthClampTests.cpp | 694 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 D | vktDrawInvertedDepthRangesTests.cpp | 644 const auto refValue = refAccess.getPixDepth(x, y); in iterate() 645 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 705 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 D | vktDrawDepthClampTests.cpp | 694 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 D | vktDrawInvertedDepthRangesTests.cpp | 644 const auto refValue = refAccess.getPixDepth(x, y); in iterate() 645 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
|
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 705 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 D | es2fClipControlTests.cpp | 144 float ref = reference.getAccess().getPixDepth(x, y); in fuzzyDepthCompare() 149 difference *= importanceMask->getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
|
H A D | es2fDepthStencilClearTests.cpp | 437 float depth = rowAccess.getPixDepth(x, 0); in renderReference()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 343 const auto depthPixel = attachment->getAccess().getPixDepth(x, y); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 343 const auto depthPixel = attachment->getAccess().getPixDepth(x, y); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilClearTests.cpp | 440 float depth = rowAccess.getPixDepth(x, 0); in renderReference()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1538 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 D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1378 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 D | vktRasterizationDepthBiasControlTests.cpp | 648 << ") and found " << depthResultAccess.getPixDepth(0, 0) << tcu::TestLog::EndMessage; in iterate()
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditFrameworkTests.cpp | 829 const float depth = dsAccess.getPixDepth(sampleNdx, x, y); in runCase()
|
H A D | ditTextureFormatTests.cpp | 1343 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 D | vktDynamicStateDSTests.cpp | 908 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 D | vktDynamicStateDSTests.cpp | 880 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 D | tcuImageCompare.cpp | 1067 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 D | vktApiImageClearingTests.cpp | 281 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 D | vktApiImageClearingTests.cpp | 273 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 D | vktFragmentOperationsEarlyFragmentTests.cpp | 857 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;
|