Lines Matching defs:PipelineExecutablePropertiesKHR

96378   struct PipelineExecutablePropertiesKHR  struct
96380 using NativeType = VkPipelineExecutablePropertiesKHR;
96382 static const bool allowDuplicate = false;
96383 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutablePropertiesKHR;
96386 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags … in PipelineExecutablePropertiesKHR() function
96401PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
96411 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()
96415 operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()
96420 operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()
96436 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
96443 …trong_ordering operator<=>( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()
96462 bool operator==( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
96468 bool operator!=( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
96474 …ype sType = StructureType::ePipelineExecutablePropertiesKHR;
96475 void * pNext = {};
96476 VULKAN_HPP_NAMESPACE::ShaderStageFlags stages = {};
96477 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> name = {};
96478 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> description = {};
96479 uint32_t subgroupSize = {};