Lines Matching refs:depthTestEnableConfig
1971 DepthTestEnableConfig depthTestEnableConfig;
2083 , depthTestEnableConfig (false)
2195 , depthTestEnableConfig (other.depthTestEnableConfig)
2454 depthTestEnableConfig.swapValues();
2692 if (depthTestEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT);
2774 || depthTestEnableConfig.dynamicValue
3939 if (testConfig.depthTestEnableConfig.dynamicValue)
3941 vkd.cmdSetDepthTestEnable(cmdBuffer, makeVkBool32(testConfig.depthTestEnableConfig.dynamicValue.get()));
3943 vkd.cmdSetDepthTestEnableEXT(cmdBuffer, makeVkBool32(testConfig.depthTestEnableConfig.dynamicValue.get()));
5496 makeVkBool32(m_testConfig.depthTestEnableConfig.staticValue), // VkBool32 depthTestEnable;
5848 && m_testConfig.depthTestEnableConfig.dynamicValue
7401 config.depthTestEnableConfig.staticValue = false;
7402 config.depthTestEnableConfig.dynamicValue = tcu::just(true);
7410 config.depthTestEnableConfig.staticValue = true;
7411 config.depthTestEnableConfig.dynamicValue = tcu::just(false);
7421 config.depthTestEnableConfig.staticValue = true;
7438 config.depthTestEnableConfig.staticValue = true;
7460 config.depthTestEnableConfig.staticValue = true;
7478 config.depthTestEnableConfig.staticValue = true;
7507 config.depthTestEnableConfig.staticValue = true;
7524 config.depthTestEnableConfig.staticValue = true;
7544 config.depthTestEnableConfig.staticValue = true;
7875 config.depthTestEnableConfig.staticValue = true;
7917 config.depthTestEnableConfig.staticValue = true;
8258 config.depthTestEnableConfig.staticValue = true;
8345 config.depthTestEnableConfig.staticValue = true;
8381 config.depthTestEnableConfig.staticValue = true;
8422 config.depthTestEnableConfig.staticValue = true;
8461 config.depthTestEnableConfig.staticValue = true;
8490 baseConfig.depthTestEnableConfig.staticValue = true;
8863 config.depthTestEnableConfig.staticValue = true;
9064 config.depthTestEnableConfig.staticValue = true;
9065 config.depthTestEnableConfig.dynamicValue = false;