Lines Matching refs:depthClampEnable
75 VkBool32 depthClampEnable;
105 if (param.depthClampEnable == VK_FALSE)
545 m_param.depthClampEnable, // VkBool32 depthClampEnable;
736 if (param.depthClampEnable && features.depthClamp == DE_FALSE)
954 if (m_param.depthClampEnable == VK_FALSE && (vertex->position.z() < 0.0f || vertex->position.z() > vertex->position.w()))
1033 if (m_param.depthClampEnable == VK_FALSE)
1451 testParams.depthClampEnable = VK_FALSE;
1481 testParams.depthClampEnable = VK_TRUE;
1519 testParams.depthClampEnable = VK_TRUE;
1562 testParams.depthClampEnable = VK_FALSE;