Searched defs:PhysicalDeviceCooperativeMatrixFeaturesNV (Results 1 – 4 of 4) sorted by relevance
52877 struct PhysicalDeviceCooperativeMatrixFeaturesNV struct52879 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() function52896 …PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function52906 …*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()[all …]
49732 struct PhysicalDeviceCooperativeMatrixFeaturesNV struct49741 VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV(VULKAN_HPP_NAMESPACE::Bool32 coopera… in PhysicalDeviceCooperativeMatrixFeaturesNV() function49747 …PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function49757 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV const *>… in operator =()49762 …STEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()49768 …resNV & setCooperativeMatrix( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrix()49774 …fferAccess( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrixRobustBufferAccess()49782 operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixFeaturesNV const&()49787 operator VkPhysicalDeviceCooperativeMatrixFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixFeaturesNV&()49798 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
55144 struct PhysicalDeviceCooperativeMatrixFeaturesNV struct55146 using NativeType = VkPhysicalDeviceCooperativeMatrixFeaturesNV;55148 static const bool allowDuplicate = false;55149 …CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceCooperativeMatrixFeaturesNV;55152 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 coope… in PhysicalDeviceCooperativeMatrixFeaturesNV() function55163 …PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function55173 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixFeaturesNV const *>… in operator =()55178 …STEXPR_14 PhysicalDeviceCooperativeMatrixFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()55185 … setCooperativeMatrix( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrix_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrix()55192 …fferAccess( VULKAN_HPP_NAMESPACE::Bool32 cooperativeMatrixRobustBufferAccess_ ) VULKAN_HPP_NOEXCEPT in setCooperativeMatrixRobustBufferAccess()[all …]
35092 pub struct PhysicalDeviceCooperativeMatrixFeaturesNV { struct35098 impl ::std::default::Default for PhysicalDeviceCooperativeMatrixFeaturesNV { argument35108 impl PhysicalDeviceCooperativeMatrixFeaturesNV { impl35125 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeMatrixFeaturesNV {} implementation35127 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeMatrixFeaturesNV {} implementation35155 pub fn build(self) -> PhysicalDeviceCooperativeMatrixFeaturesNV { in build()