Home
last modified time | relevance | path

Searched refs:expectedDepth (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1112 float expectedDepth = clearValue; in verifyTestResult() local
1120 expectedDepth = 2 * (vertex->position.z() / vertex->position.w()) - 1.0f; in verifyTestResult()
1122 expectedDepth *= m_param.viewportMaxDepth; in verifyTestResult()
1127 expectedDepth = de::min(de::max(expectedDepth, 0.0f), 1.0f); in verifyTestResult()
1129expectedDepth = compareDepthResult(m_param.depthCompareOp, expectedDepth, clearValue) ? expectedDe… in verifyTestResult()
1131 if (fabs(expectedDepth - depth.x()) > epsilon) in verifyTestResult()
1134 … "). Depth value " << depth.x() << ", expected " << expectedDepth << ", error " << fabs(expectedDe… in verifyTestResult()
1143 …float expectedDepth = de::min(de::max(scaling, m_param.viewportMinDepth), m_param.viewportMaxDepth… in verifyTestResult() local
1147 expectedDepth = de::min(de::max(expectedDepth, 0.0f), 1.0f); in verifyTestResult()
1149expectedDepth = compareDepthResult(m_param.depthCompareOp, expectedDepth, clearValue) ? expectedDe… in verifyTestResult()
[all …]
DvktPipelineExtendedDynamicStateTests.cpp456 float expectedDepth; member
516 , expectedDepth (1.0f) in TestConfig()
1948 const auto minDepth = m_testConfig.expectedDepth - dsFormatInfo->depthThreshold; in iterate()
1949 const auto maxDepth = m_testConfig.expectedDepth + dsFormatInfo->depthThreshold; in iterate()
2408 config.expectedDepth = 0.25f; in createExtendedDynamicStateTests()
2424 config.expectedDepth = 0.5f; in createExtendedDynamicStateTests()
2447 config.expectedDepth = 0.75f; in createExtendedDynamicStateTests()
2467 config.expectedDepth = 0.5f; in createExtendedDynamicStateTests()
2487 config.expectedDepth = 0.5f; in createExtendedDynamicStateTests()
2495 config.expectedDepth = 0.25f; in createExtendedDynamicStateTests()
[all …]
DvktPipelineColorWriteEnableTests.cpp166 float expectedDepth; member
177 , expectedDepth (1.0f) in TestConfig()
999 const auto minDepth = m_testConfig.expectedDepth - 1.0e-07f; in iterate()
1000 const auto maxDepth = m_testConfig.expectedDepth + 1.0e-07f; in iterate()
1078 config.expectedDepth = 0.25f; in AddSingleTestCaseStatic()
1117 config.expectedDepth = 0.25f; in AddSingleTestCaseDynamic()
/external/angle/src/tests/gl_tests/
DBuiltinVariableTest.cpp247 void CheckDepthWritten(float expectedDepth, float fsDepth) in CheckDepthWritten() argument
256 glClearDepthf(expectedDepth); in CheckDepthWritten()
DGeometryShaderTest.cpp77 const float expectedDepth[],
1061 const float expectedDepth[], in verifyLayeredFramebufferDepthStencil() argument
1107 drawQuad(drawColor, essl1_shaders::PositionAttrib(), expectedDepth[layer] * 2 - 1 - 0.01f); in verifyLayeredFramebufferDepthStencil()
1111 drawQuad(drawColor, essl1_shaders::PositionAttrib(), expectedDepth[layer] * 2 - 1 + 0.01f); in verifyLayeredFramebufferDepthStencil()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp175 float expectedDepth; member
498 const float difference = m_params.expectedDepth - resultImage.getPixDepth(x,y,z); in iterate()
502 …msg << "Depth value mismatch, expected: " << m_params.expectedDepth << ", got: " << resultImage.ge… in iterate()