Lines Matching refs:depthBiasEnableConfig
1978 DepthBiasEnableConfig depthBiasEnableConfig;
2090 , depthBiasEnableConfig (false)
2202 , depthBiasEnableConfig (other.depthBiasEnableConfig)
2461 depthBiasEnableConfig.swapValues();
2702 if (depthBiasEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT);
2785 || depthBiasEnableConfig.dynamicValue
3974 if (testConfig.depthBiasEnableConfig.dynamicValue)
3976 vkd.cmdSetDepthBiasEnable(cmdBuffer, makeVkBool32(testConfig.depthBiasEnableConfig.dynamicValue.get()));
3978 vkd.cmdSetDepthBiasEnableEXT(cmdBuffer, makeVkBool32(testConfig.depthBiasEnableConfig.dynamicValue.get()));
5314 makeVkBool32(m_testConfig.depthBiasEnableConfig.staticValue), // VkBool32 depthBiasEnable;
5761 && m_testConfig.depthBiasEnableConfig.dynamicValue
8364 config.depthBiasEnableConfig.staticValue = false;
8365 config.depthBiasEnableConfig.dynamicValue = tcu::just(true);
8400 config.depthBiasEnableConfig.staticValue = true;
8401 config.depthBiasEnableConfig.dynamicValue = tcu::just(false);
8448 config.depthBiasEnableConfig.staticValue = true;
8475 config.depthBiasEnableConfig.staticValue = true;
9038 config.depthBiasEnableConfig.staticValue = true;
9039 config.depthBiasEnableConfig.dynamicValue = false;