Lines Matching defs:PipelineExecutablePropertiesKHR

93699   struct PipelineExecutablePropertiesKHR  struct
93701 using NativeType = VkPipelineExecutablePropertiesKHR;
93703 static const bool allowDuplicate = false;
93704 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutablePropertiesKHR;
93707 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags … in PipelineExecutablePropertiesKHR() argument
93722PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
93728 PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags stages_, in PipelineExecutablePropertiesKHR() function
93756 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()
93760 operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()
93765 operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()
93781 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
93788 …trong_ordering operator<=>( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()
93807 bool operator==( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
93813 bool operator!=( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
93819 …ype sType = StructureType::ePipelineExecutablePropertiesKHR;
93820 void * pNext = {};
93821 VULKAN_HPP_NAMESPACE::ShaderStageFlags stages = {};
93822 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> name = {};
93823 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> description = {};
93824 uint32_t subgroupSize = {};