Home
last modified time | relevance | path

Searched refs:attachmentFeedbackLoopDynamicState (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp51563 , attachmentFeedbackLoopDynamicState( attachmentFeedbackLoopDynamicState_ )
51597 attachmentFeedbackLoopDynamicState = attachmentFeedbackLoopDynamicState_; in setAttachmentFeedbackLoopDynamicState()
51620 return std::tie( sType, pNext, attachmentFeedbackLoopDynamicState ); in reflect()
51632 …Type ) && ( pNext == rhs.pNext ) && ( attachmentFeedbackLoopDynamicState == rhs.attachmentFeedback… in operator ==()
51645 VULKAN_HPP_NAMESPACE::Bool32 attachmentFeedbackLoopDynamicState = {}; member
Dvulkan_core.h16704 VkBool32 attachmentFeedbackLoopDynamicState; member
Dvulkan_hash.hpp6820 …, physicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT.attachmentFeedbackLoopDynamicState ); in operator ()()