Lines Matching defs:CooperativeMatrixPropertiesNV
16824 struct CooperativeMatrixPropertiesNV struct
16826 using NativeType = VkCooperativeMatrixPropertiesNV;
16828 static const bool allowDuplicate = false;
16829 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCooperativeMatrixPropertiesNV;
16832 …VULKAN_HPP_CONSTEXPR CooperativeMatrixPropertiesNV( uint32_t MSize_ =… in CooperativeMatrixPropertiesNV() function
16855 CooperativeMatrixPropertiesNV( VkCooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT in CooperativeMatrixPropertiesNV() function
16865 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV const *>( &rhs ); in operator =()
16869 operator VkCooperativeMatrixPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV const&()
16874 operator VkCooperativeMatrixPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV&()
16894 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
16903 bool operator==( CooperativeMatrixPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
16913 bool operator!=( CooperativeMatrixPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
16920 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eCooperativeMatrixPropertiesNV;
16921 void * pNext = {};
16922 uint32_t MSize = {};
16923 uint32_t NSize = {};
16924 uint32_t KSize = {};
16925 VULKAN_HPP_NAMESPACE::ComponentTypeNV AType = {};
16926 VULKAN_HPP_NAMESPACE::ComponentTypeNV BType = {};
16927 VULKAN_HPP_NAMESPACE::ComponentTypeNV CType = {};
16928 VULKAN_HPP_NAMESPACE::ComponentTypeNV DType = {};
16929 VULKAN_HPP_NAMESPACE::ScopeNV scope = {};