Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp59536 struct PhysicalDeviceCooperativeMatrixPropertiesNV struct
59538 using NativeType = VkPhysicalDeviceCooperativeMatrixPropertiesNV;
59544 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesNV( VULKAN_HPP_NAMESPACE::ShaderStag… in PhysicalDeviceCooperativeMatrixPropertiesNV() function
59553PhysicalDeviceCooperativeMatrixPropertiesNV( VkPhysicalDeviceCooperativeMatrixPropertiesNV const &… in PhysicalDeviceCooperativeMatrixPropertiesNV() function
59563 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV const … in operator =()
59567 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const&()
59572 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV&()
59583 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
59592 …ool operator==( PhysicalDeviceCooperativeMatrixPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
59601 …ool operator!=( PhysicalDeviceCooperativeMatrixPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp58972 struct PhysicalDeviceCooperativeMatrixPropertiesNV struct
58974 using NativeType = VkPhysicalDeviceCooperativeMatrixPropertiesNV;
58980 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesNV( VULKAN_HPP_NAMESPACE::ShaderStag… in PhysicalDeviceCooperativeMatrixPropertiesNV() function
58989PhysicalDeviceCooperativeMatrixPropertiesNV( VkPhysicalDeviceCooperativeMatrixPropertiesNV const &… in PhysicalDeviceCooperativeMatrixPropertiesNV() function
58999 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV const … in operator =()
59003 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const&()
59008 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV&()
59019 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
59028 …ool operator==( PhysicalDeviceCooperativeMatrixPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
59037 …ool operator!=( PhysicalDeviceCooperativeMatrixPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp73427 struct PhysicalDeviceCooperativeMatrixPropertiesNV struct
73429 using NativeType = VkPhysicalDeviceCooperativeMatrixPropertiesNV;
73435 …VULKAN_HPP_CONSTEXPR PhysicalDeviceCooperativeMatrixPropertiesNV( VULKAN_HPP_NAMESPACE::ShaderStag… in PhysicalDeviceCooperativeMatrixPropertiesNV() function
73444PhysicalDeviceCooperativeMatrixPropertiesNV( VkPhysicalDeviceCooperativeMatrixPropertiesNV const &… in PhysicalDeviceCooperativeMatrixPropertiesNV() function
73454 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceCooperativeMatrixPropertiesNV const … in operator =()
73458 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const&()
73463 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV&()
73468 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV const*()
73473 operator VkPhysicalDeviceCooperativeMatrixPropertiesNV *() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceCooperativeMatrixPropertiesNV*()
73484 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs40602 pub struct PhysicalDeviceCooperativeMatrixPropertiesNV { struct
40607 impl ::std::default::Default for PhysicalDeviceCooperativeMatrixPropertiesNV { argument
40617 unsafe impl TaggedStructure for PhysicalDeviceCooperativeMatrixPropertiesNV { implementation
40621 impl PhysicalDeviceCooperativeMatrixPropertiesNV { implementation
40638 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCooperativeMatrixPropertiesNV {} implementation
40662 pub fn build(self) -> PhysicalDeviceCooperativeMatrixPropertiesNV { in build()