Lines Matching refs:stencilTestEnableConfig
1976 StencilTestEnableConfig stencilTestEnableConfig;
2088 , stencilTestEnableConfig (false)
2200 , stencilTestEnableConfig (other.stencilTestEnableConfig)
2459 stencilTestEnableConfig.swapValues();
2697 if (stencilTestEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT);
2778 || stencilTestEnableConfig.dynamicValue
3967 if (testConfig.stencilTestEnableConfig.dynamicValue)
3969 vkd.cmdSetStencilTestEnable(cmdBuffer, makeVkBool32(testConfig.stencilTestEnableConfig.dynamicValue.get()));
3971 vkd.cmdSetStencilTestEnableEXT(cmdBuffer, makeVkBool32(testConfig.stencilTestEnableConfig.dynamicValue.get()));
5500 makeVkBool32(m_testConfig.stencilTestEnableConfig.staticValue), // VkBool32 stencilTestEnable;
5852 && m_testConfig.stencilTestEnableConfig.dynamicValue
8650 config.stencilTestEnableConfig.staticValue = false;
8651 config.stencilTestEnableConfig.dynamicValue = tcu::just(true);
8659 config.stencilTestEnableConfig.staticValue = true;
8660 config.stencilTestEnableConfig.dynamicValue = tcu::just(false);
8791 config.stencilTestEnableConfig.staticValue = true;
9072 config.stencilTestEnableConfig.staticValue = true;
9073 config.stencilTestEnableConfig.dynamicValue = false;