Lines Matching refs:minDepthBounds
81 float minDepthBounds;
116 result << "_boundstest_min" << (int)param.minDepthBounds << "_max_" << (int)param.maxDepthBounds;
584 float minDepthBounds = m_param.minDepthBounds;
589 minDepthBounds = 0.0f;
623 minDepthBounds, // float minDepthBounds;
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)
1455 testParams.minDepthBounds = 0.0f;
1482 testParams.minDepthBounds = 0.0f;
1538 testParams.minDepthBounds = -depthBoundsValues[depthValue];
1563 testParams.minDepthBounds = 0.0f;