Lines Matching defs:PhysicalDeviceCooperativeMatrixFeaturesNV
52877 struct PhysicalDeviceCooperativeMatrixFeaturesNV struct
52879 using NativeType = VkPhysicalDeviceCooperativeMatrixFeaturesNV;
52881 static const bool allowDuplicate = false;
52882 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV;
52885 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 coope… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
52896 …PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
52906 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV const *>… in operator =()
52911 …STEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
52918 … setCooperativeMatrix( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrix()
52925 …fferAccess( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrixRobustBufferAccess()
52932 … explicit operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const&()
52937 explicit operator VkPhysicalDeviceCooperativeMatrixFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixFeaturesNV&()
52948 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52957 … bool operator==( PhysicalDeviceCooperativeMatrixFeaturesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
52967 … bool operator!=( PhysicalDeviceCooperativeMatrixFeaturesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
52974 …pe sType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV;
52975 void * pNext = {};
52976 VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix = {};
52977 VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess = {};