Lines Matching defs:states
2037 // make sure states are not yet setup - all pipeline states must know about dynamic state
2057 // make sure states are not yet setup - all pipeline states must know about createFlags2
2172 // Verify all passed states are contained in at least one of the vectors above, so they won't get lost.
2338 * on non-fragment stages. But we need the rest info for setting up fragment output states.
2373 // make sure states are set in order - no need to complicate logic to support out of order specification - this state needs to be set first
2403 std::vector<VkDynamicState> states;
2407 states = getDynamicStates(m_internalData->pDynamicState, m_internalData->setupState);
2409 pickedDynamicStateInfo.pDynamicStates = states.data();
2410 pickedDynamicStateInfo.dynamicStateCount = static_cast<uint32_t>(states.size());
2544 // make sure states are set in order - no need to complicate logic to support out of order specification - this state needs to be set second
2716 std::vector<VkDynamicState> states;
2720 states = getDynamicStates(m_internalData->pDynamicState, m_internalData->setupState);
2722 pickedDynamicStateInfo.pDynamicStates = states.data();
2723 pickedDynamicStateInfo.dynamicStateCount = static_cast<uint32_t>(states.size());
2779 // Make sure states are set in order - this state needs to be set first or second.
2879 std::vector<VkDynamicState> states;
2883 states = getDynamicStates(m_internalData->pDynamicState, m_internalData->setupState);
2885 pickedDynamicStateInfo.pDynamicStates = states.data();
2886 pickedDynamicStateInfo.dynamicStateCount = static_cast<uint32_t>(states.size());
2956 // make sure states are set in order - no need to complicate logic to support out of order specification - this state needs to be set third
3029 std::vector<VkDynamicState> states;
3033 states = getDynamicStates(m_internalData->pDynamicState, m_internalData->setupState);
3035 pickedDynamicStateInfo.pDynamicStates = states.data();
3036 pickedDynamicStateInfo.dynamicStateCount = static_cast<uint32_t>(states.size());
3082 // make sure states are set in order - no need to complicate logic to support out of order specification - this state needs to be set last
3123 std::vector<VkDynamicState> states;
3127 states = getDynamicStates(m_internalData->pDynamicState, m_internalData->setupState);
3129 pickedDynamicStateInfo.pDynamicStates = states.data();
3130 pickedDynamicStateInfo.dynamicStateCount = static_cast<uint32_t>(states.size());
3335 // make sure all states were set
3348 // Dynamic states that don't require additional extensions
3399 // Add dynamic states that are required for each enabled extension
3469 // Remove dynamic states that were already set as dynamic for the pipeline