Lines Matching defs:states
1405 ALL_CB = 1, // All color blending states are dynamic.
1406 ALL_BUT_LO = 2, // All color blending states are dynamic, except for the ones related to logic op.
1889 // Bind and draw with a pipeline that uses same dynamic states, before using the real pipelines being tested.
1927 // Consider both the basic and advanced color blend states dynamic if any of them is dynamic.
2659 // Pick int color format when testing logic op dynamic states.
2679 // Returns the list of dynamic states affected by this config.
2758 // Returns true if the test configuration uses dynamic states which are incompatible with mesh shading pipelines.
2761 const auto states = getDynamicStates();
2762 return std::any_of(begin(states), end(states), isMeshShadingPipelineIncompatible);
3706 // Make sure no dynamic states incompatible with mesh shading pipelines are used.
3886 // Sets values for dynamic states if needed according to the test configuration.
5507 // Dynamic state. Here we will set all states which have a dynamic value.
5893 // Remove dynamic states which are not compatible with mesh shading pipelines.
6462 // Dynamic after a pipeline with static states has been bound and before a pipeline with dynamic states has been bound
6868 // We need to apply both color blending equation states instead of deciding if it's advanced or not.
6970 // Null color blend pipeline pAttachments pointer with all structure contents as dynamic states.
8748 const bool useExtraPipeline = (extraPipelineIter > 0); // Bind and draw with another pipeline using the same dynamic states.