Home
last modified time | relevance | path

Searched defs:CooperativeMatrixPropertiesNV (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp16824 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()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp16594 struct CooperativeMatrixPropertiesNV struct
16596 using NativeType = VkCooperativeMatrixPropertiesNV;
16598 static const bool allowDuplicate = false;
16599 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCooperativeMatrixPropertiesNV;
16602 …VULKAN_HPP_CONSTEXPR CooperativeMatrixPropertiesNV( uint32_t MSize_ =… in CooperativeMatrixPropertiesNV() argument
16625 CooperativeMatrixPropertiesNV( VkCooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT in CooperativeMatrixPropertiesNV() function
16635 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV const *>( &rhs ); in operator =()
16639 operator VkCooperativeMatrixPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV const&()
16644 operator VkCooperativeMatrixPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV&()
16664 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp21996 struct CooperativeMatrixPropertiesNV struct
21998 using NativeType = VkCooperativeMatrixPropertiesNV;
22000 static const bool allowDuplicate = false;
22001 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCooperativeMatrixPropertiesNV;
22004 …VULKAN_HPP_CONSTEXPR CooperativeMatrixPropertiesNV( uint32_t MSize_ =… in CooperativeMatrixPropertiesNV() argument
22027 CooperativeMatrixPropertiesNV( VkCooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT in CooperativeMatrixPropertiesNV() function
22037 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV const *>( &rhs ); in operator =()
22041 operator VkCooperativeMatrixPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV const&()
22046 operator VkCooperativeMatrixPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV&()
22051 operator VkCooperativeMatrixPropertiesNV const *() const VULKAN_HPP_NOEXCEPT in operator VkCooperativeMatrixPropertiesNV const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs40670 pub struct CooperativeMatrixPropertiesNV { struct
40682 impl ::std::default::Default for CooperativeMatrixPropertiesNV { argument
40699 unsafe impl TaggedStructure for CooperativeMatrixPropertiesNV { implementation
40702 impl CooperativeMatrixPropertiesNV { implementation
40770 pub fn build(self) -> CooperativeMatrixPropertiesNV { in build()
Dextensions.rs14167 _p_properties: *mut CooperativeMatrixPropertiesNV, in load()