Home
last modified time | relevance | path

Searched defs:PhysicalDeviceCooperativeMatrixFeaturesNV (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp52877 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
52896PhysicalDeviceCooperativeMatrixFeaturesNV( 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()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp49732 struct PhysicalDeviceCooperativeMatrixFeaturesNV struct
49741 VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixFeaturesNV(VULKAN_HPP_NAMESPACE::Bool32 coopera… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
49747PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
49757 …*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 …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp55144 struct PhysicalDeviceCooperativeMatrixFeaturesNV struct
55146 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() function
55163PhysicalDeviceCooperativeMatrixFeaturesNV( VkPhysicalDeviceCooperativeMatrixFeaturesNV const & rhs… in PhysicalDeviceCooperativeMatrixFeaturesNV() function
55173 …*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 …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs35092 pub struct PhysicalDeviceCooperativeMatrixFeaturesNV { struct
35098 impl ::std::default::Default for PhysicalDeviceCooperativeMatrixFeaturesNV { argument
35108 impl PhysicalDeviceCooperativeMatrixFeaturesNV { impl
35125 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeMatrixFeaturesNV {} implementation
35127 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeMatrixFeaturesNV {} implementation
35155 pub fn build(self) -> PhysicalDeviceCooperativeMatrixFeaturesNV { in build()