Lines Matching defs:PhysicalDeviceCooperativeMatrixFeaturesNV

58780   struct PhysicalDeviceCooperativeMatrixFeaturesNV  struct
58782 using NativeType = VkPhysicalDeviceCooperativeMatrixFeaturesNV;
58784 static const bool allowDuplicate = false;
58785 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV;
58788 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 coope… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
58799PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
58809 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV const *>… in operator =()
58814 …STEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
58821 setCooperativeMatrix( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrix()
58828 …fferAccess( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrixRobustBufferAccess()
58835 operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const&()
58840 operator VkPhysicalDeviceCooperativeMatrixFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixFeaturesNV&()
58851 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
58860 … bool operator==( PhysicalDeviceCooperativeMatrixFeaturesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
58870 … bool operator!=( PhysicalDeviceCooperativeMatrixFeaturesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
58877 …pe sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV;
58878 void * pNext = {};
58879 VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix = {};
58880 VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess = {};