/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawDepthClampTests.cpp | 590 if (std::abs(expectedValue - resultImage.getPixDepth(x, y, 0)) >= m_epsilon) in iterate() 599 << ", got: " << resultImage.getPixDepth(x, y, 0) << " at (" << x << ", " << y << ", 0)"; in iterate()
|
D | vktDrawInvertedDepthRangesTests.cpp | 548 const auto refValue = refAccess.getPixDepth(x, y); in iterate() 549 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
|
D | vktDrawMultipleClearsWithinRenderPass.cpp | 585 const float difference = m_params.expectedDepth - resultImage.getPixDepth(x,y,z); in iterate() 589 …tch, expected: " << m_params.expectedDepth << ", got: " << resultImage.getPixDepth(x,y,z) << " at … in iterate()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 163 sum += effectiveSrc.getPixDepth(s, x, y); in resolveMultisampleDepthBuffer()
|
D | rrFragmentOperations.cpp | 176 …const float depthBufferValue = depthBuffer.getPixDepth(fragSampleNdx, frag.pixelCoord.x(), frag.… in executeDepthBoundsTest() 228 …float depthBufferValue = depthBuffer.getPixDepth(fragSampleNdx, frag.pixelCoord.x(), frag.pixel… in executeDepthCompare()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
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/modules/internal/ |
D | ditTextureFormatTests.cpp | 1343 dst.setPixDepth(src.getPixDepth(ndx, 0, 0), ndx, 0, 0); in copyGetSetDepth() 1481 const float res = combinedAccess.getPixDepth(pixelNdx, 0, 0); in verifyGetPixDepth()
|
D | ditFrameworkTests.cpp | 828 const float depth = dsAccess.getPixDepth(sampleNdx, x, y); in runCase()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageCompare.cpp | 865 float refDepth = reference.getPixDepth(x, y, z); in dsThresholdCompare() 866 float cmpDepth = result.getPixDepth(x, y, z); in dsThresholdCompare()
|
D | tcuTexture.hpp | 383 float getPixDepth (int x, int y, int z = 0) const;
|
D | tcuTextureUtil.cpp | 1176 dst.setPixDepth(src.getPixDepth(x, y, z), x, y, z); in copy()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fClipControlTests.cpp | 144 float ref = reference.getAccess().getPixDepth(x, y); in fuzzyDepthCompare() 149 difference *= importanceMask->getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
|
D | es2fDepthStencilClearTests.cpp | 437 float depth = rowAccess.getPixDepth(x, 0); in renderReference()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 440 float depth = rowAccess.getPixDepth(x, 0); in renderReference()
|
D | es3fTextureShadowTests.cpp | 73 access.setPixDepth( de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateDSTests.cpp | 712 if (depthData.getLevel(0).getPixDepth(x, y) >= depthBounds[DEPTH_BOUNDS_MIN] in iterate() 713 && depthData.getLevel(0).getPixDepth(x, y) <= depthBounds[DEPTH_BOUNDS_MAX]) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 754 float depthValue = (m_testMode == MODE_DEPTH) ? dsPixelAccess.getPixDepth(x, y, z) : 0.0f; in iterate() 1471 float depthValue = (m_testMode == MODE_DEPTH) ? dsPixelAccess.getPixDepth(x, y, z) : 0.0f; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1016 const float value = depthAccess.getPixDepth(x, y); in iterate()
|
D | vktRenderPassSubpassDependencyTests.cpp | 92 depthChannel.getAccess().setPixel(tcu::Vec4(access.getPixDepth(x, y)), x, y); in getRepresentableDepthChannel() 1788 reference.getAccess().setPixDepth(reference.getAccess().getPixDepth(x, y) - 0.02f, x, y); in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 272 const float depth = access.getPixDepth(x, y); in comparePixelToDepthClearValue() 288 const float depth = access.getPixDepth(x, y); in comparePixelToDepthClearValue()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 1011 const auto depthPixel = depthAccess.getPixDepth(x, y); in iterate()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 1001 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in depthValueFloatClampCopy() 1011 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in depthValueFloatClampCopy() 3289 …writeDepthOnly(dst, sampleNdx, xo, yo, src.raw().getPixDepth(sampleNdx, deFloorFloatToInt32(sX), d… in blitFramebuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 652 const float depth = inputImage.getPixDepth(x, y); in convertDepthToColorBufferAccess()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 101 access.setPixDepth(de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 1018 if ((float)(level + 1) * 0.1f < refAccess.getPixDepth(x, y)) in invokeGLES()
|