Home
last modified time | relevance | path

Searched refs:attachmentFeedbackLoopLayout (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1866 features->attachmentFeedbackLoopLayout = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13742 VkBool32 attachmentFeedbackLoopLayout; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp49077 , attachmentFeedbackLoopLayout( attachmentFeedbackLoopLayout_ )
49109 attachmentFeedbackLoopLayout = attachmentFeedbackLoopLayout_; in setAttachmentFeedbackLoopLayout()
49132 return std::tie( sType, pNext, attachmentFeedbackLoopLayout ); in reflect()
49144 … rhs.sType ) && ( pNext == rhs.pNext ) && ( attachmentFeedbackLoopLayout == rhs.attachmentFeedback… in operator ==()
49157 VULKAN_HPP_NAMESPACE::Bool32 attachmentFeedbackLoopLayout = {}; member
Dvulkan_core.h13894 VkBool32 attachmentFeedbackLoopLayout; member
Dvulkan_hash.hpp6566 …OMBINE( seed, physicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.attachmentFeedbackLoopLayout ); in operator ()()