Lines Matching full:just

1270 		, dynamicValue	(tcu::just<T>(dVal))
1393 BEFORE_DRAW = 1, // After binding dynamic pipeline and just before drawing.
2389 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(negativeOneToOneConfig.dynamicValue->get()) : tcu::nothing<bool>());
2398 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(depthClipEnableConfig.dynamicValue->get()) : tcu::nothing<bool>());
4328 // This one just reuses the default device from the context.
6460 // Dynamic state set just before drawing
6520 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_NONE);
6527 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_BACK_BIT);
6536 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_FRONT_BIT);
6543 config.cullModeConfig.dynamicValue = tcu::just<vk::VkCullModeFlags>(vk::VK_CULL_MODE_FRONT_AND_BACK);
6554 config.frontFaceConfig.dynamicValue = tcu::just<vk::VkFrontFace>(vk::VK_FRONT_FACE_COUNTER_CLOCKWISE);
6564 config.frontFaceConfig.dynamicValue = tcu::just<vk::VkFrontFace>(vk::VK_FRONT_FACE_CLOCKWISE);
6572 config.frontFaceConfig.dynamicValue = tcu::just<vk::VkFrontFace>(vk::VK_FRONT_FACE_CLOCKWISE);
6583 config.frontFaceConfig.dynamicValue = tcu::just<vk::VkFrontFace>(vk::VK_FRONT_FACE_COUNTER_CLOCKWISE);
6593 config.rastDiscardEnableConfig.dynamicValue = tcu::just(true);
6601 config.rastDiscardEnableConfig.dynamicValue = tcu::just(false);
6612 config.logicOpConfig.dynamicValue = tcu::just<vk::VkLogicOp>(vk::VK_LOGIC_OP_OR);
7015 config.primRestartEnableConfig.dynamicValue = tcu::just(true);
7112 config.topologyConfig.dynamicValue = tcu::just<vk::VkPrimitiveTopology>(kTopologyCase.dynamicVal);
7402 config.depthTestEnableConfig.dynamicValue = tcu::just(true);
7411 config.depthTestEnableConfig.dynamicValue = tcu::just(false);
7428 config.depthWriteEnableConfig.dynamicValue = tcu::just(true);
7445 config.depthWriteEnableConfig.dynamicValue = tcu::just(false);
7692 config.dynamicSampleMaskCount = tcu::just(kMultiSampleCount);
7779 { tcu::just(1u), tcu::Nothing, tcu::just(1u), true, "none_to_one" },
7780 { tcu::just(1u), tcu::just(0u), tcu::just(1u), true, "zero_to_one" },
7781 { tcu::Nothing, tcu::just(1u), tcu::just(0u), true, "one_to_zero" },
7782 { tcu::just(0u), tcu::just(1u), tcu::just(0u), true, "one_to_zero_explicit" },
7783 { tcu::just(0u), tcu::Nothing, tcu::just(1u), false, "none_to_one_mismatch" },
7784 { tcu::just(0u), tcu::just(0u), tcu::just(1u), false, "zero_to_one_mismatch" },
7785 { tcu::Nothing, tcu::Nothing, tcu::just(1u), false, "none_to_one_mismatch_implicit" },
7786 { tcu::Nothing, tcu::just(0u), tcu::just(1u), false, "zero_to_one_mismatch_implicit" },
7821 { tcu::Nothing, tcu::just(true), "provoking_vertex_first_to_last_implicit" },
7823 { tcu::just(false), tcu::just(true), "provoking_vertex_first_to_last_explicit" },
7825 { tcu::just(true), tcu::just(false), "provoking_vertex_last_to_first" },
7855 { tcu::Nothing, tcu::just(true), "negative_one_to_one_false_to_true_implicit" },
7857 { tcu::just(false), tcu::just(true), "negative_one_to_one_false_to_true_explicit" },
7859 { tcu::just(true), tcu::just(false), "negative_one_to_one_true_to_false" },
7895 { tcu::Nothing, tcu::just(false), "depth_clip_enable_true_to_false_implicit" },
7897 { tcu::just(true), tcu::just(false), "depth_clip_enable_true_to_false_explicit" },
7899 { tcu::just(false), tcu::just(true), "depth_clip_enable_true_to_false" },
8365 config.depthBiasEnableConfig.dynamicValue = tcu::just(true);
8401 config.depthBiasEnableConfig.dynamicValue = tcu::just(false);
8633 config.depthBoundsTestEnableConfig.dynamicValue = tcu::just(true);
8641 config.depthBoundsTestEnableConfig.dynamicValue = tcu::just(false);
8651 config.stencilTestEnableConfig.dynamicValue = tcu::just(true);
8660 config.stencilTestEnableConfig.dynamicValue = tcu::just(false);
8856 config.stencilOpConfig.dynamicValue = tcu::just(stencilOps);
8990 config.primRestartEnableConfig.dynamicValue = tcu::just(true);