Lines Matching refs:maxDepthBounds
82 float maxDepthBounds;
116 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds;
585 float maxDepthBounds = m_param.maxDepthBounds;
590 maxDepthBounds = 1.0f;
624 maxDepthBounds, // float maxDepthBounds;
695 vk.cmdSetDepthBounds(*m_cmdBuffer, m_param.minDepthBounds, m_param.maxDepthBounds);
1264 depthBufferValue >= m_param.minDepthBounds && depthBufferValue <= m_param.maxDepthBounds)
1342 (compareDepthResult(m_param.depthCompareOp, expectedDepth, depthBufferValue) && depthBufferValue <= m_param.maxDepthBounds && depthBufferValue >= m_param.minDepthBounds)
1456 testParams.maxDepthBounds = 1.0f;
1483 testParams.maxDepthBounds = 1.0f;
1539 testParams.maxDepthBounds = depthBoundsValues[depthValue];
1564 testParams.maxDepthBounds = 1.0f;