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.hpp51665 , attachmentFeedbackLoopLayout( attachmentFeedbackLoopLayout_ )
51697 attachmentFeedbackLoopLayout = attachmentFeedbackLoopLayout_; in setAttachmentFeedbackLoopLayout()
51720 return std::tie( sType, pNext, attachmentFeedbackLoopLayout ); in reflect()
51732 … rhs.sType ) && ( pNext == rhs.pNext ) && ( attachmentFeedbackLoopLayout == rhs.attachmentFeedback… in operator ==()
51745 VULKAN_HPP_NAMESPACE::Bool32 attachmentFeedbackLoopLayout = {}; member
Dvulkan_core.h14706 VkBool32 attachmentFeedbackLoopLayout; member
Dvulkan_hash.hpp6834 …OMBINE( seed, physicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT.attachmentFeedbackLoopLayout ); in operator ()()