Lines Matching refs:expectedDepth
1852 float expectedDepth;
2031 , expectedDepth (1.0f)
2145 , expectedDepth (other.expectedDepth)
6203 const auto minDepth = m_testConfig.expectedDepth - dsFormatInfo->depthThreshold - m_testConfig.extraDepthThreshold;
6204 const auto maxDepth = m_testConfig.expectedDepth + dsFormatInfo->depthThreshold + m_testConfig.extraDepthThreshold;
7429 config.expectedDepth = 0.25f;
7446 config.expectedDepth = 0.5f;
7464 config.expectedDepth = 0.5f;
7483 config.expectedDepth = 0.625f;
7511 config.expectedDepth = 0.5f; // Geometry will be clamped to this value.
7528 config.expectedDepth = 1.0f; // Geometry should be clipped in this case.
7548 config.expectedDepth = 1.0f; // Geometry should be clipped in this case.
7879 config.expectedDepth = (config.getActiveNegativeOneToOneValue() ? 0.75f : 0.5f);
7922 config.expectedDepth = (depthClipActive ? 1.0f : 0.25f);
8366 config.expectedDepth = 0.75f;
8402 config.expectedDepth = 0.5f;
8428 config.expectedDepth = 0.625f; // mesh depth + target bias
8478 config.expectedDepth = 0.75f;
8500 config.expectedDepth = 0.5f;
8509 config.expectedDepth = 0.25f;
8517 config.expectedDepth = 0.75f;
8528 config.expectedDepth = 0.5f;
8537 config.expectedDepth = 0.25f;
8545 config.expectedDepth = 0.5f;
8555 config.expectedDepth = 0.25f;
8564 config.expectedDepth = 0.75f;
8572 config.expectedDepth = 0.5f;
8582 config.expectedDepth = 0.75f;
8599 config.expectedDepth = 0.5f;
8608 config.expectedDepth = 0.5f;
8613 config.expectedDepth = 0.25f;
8618 config.expectedDepth = 0.75f;
8873 config.expectedDepth = config.clearDepthValue; // No depth writing by default.