Searched refs:CooperativeMatrixPropertiesNV (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 976 struct CooperativeMatrixPropertiesNV; 13394 VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV * pProperties, 13397 template <typename CooperativeMatrixPropertiesNVAllocator = std::allocator<CooperativeMatrixPropertiesNV>, 13400 typename ResultValueType<std::vector<CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator>>::type 13402 template <typename CooperativeMatrixPropertiesNVAllocator = std::allocator<CooperativeMatrixPropertiesNV>, 13405 typename std::enable_if<std::is_same<typename B::value_type, CooperativeMatrixPropertiesNV>::value, 13408 typename ResultValueType<std::vector<CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator>>::type
|
H A D | vulkan_structs.hpp | 12790 struct CooperativeMatrixPropertiesNV struct 12798 VULKAN_HPP_CONSTEXPR CooperativeMatrixPropertiesNV( 12818 CooperativeMatrixPropertiesNV( CooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT = default; 12820 CooperativeMatrixPropertiesNV( VkCooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT 12821 : CooperativeMatrixPropertiesNV( *reinterpret_cast<CooperativeMatrixPropertiesNV const *>( &rhs ) ) 12825 CooperativeMatrixPropertiesNV & 12826 operator=( CooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT = default; 12828 CooperativeMatrixPropertiesNV [all...] |
H A D | vulkan_funcs.hpp | 16492 VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV * pProperties, 16503 typename ResultValueType<std::vector<CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator>>::type 16507 std::vector<CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator> properties; in getCooperativeMatrixPropertiesNV() 16536 typename std::enable_if<std::is_same<typename B::value_type, CooperativeMatrixPropertiesNV>::value, int>::type> 16538 typename ResultValueType<std::vector<CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator>>::type 16543 std::vector<CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator> properties( in getCooperativeMatrixPropertiesNV() [all...] |
H A D | vulkan_raii.hpp | 2726 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV> 14939 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV> 14946 std::vector<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV> properties; in getCooperativeMatrixPropertiesNV()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 1101 struct CooperativeMatrixPropertiesNV; 15163 VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV * pProperties, 15166 template <typename CooperativeMatrixPropertiesNVAllocator = std::allocator<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV>, 15169 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator>>::type 15171 template <typename CooperativeMatrixPropertiesNVAllocator = std::allocator<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV>, 15174 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV>::value, int>::type = 0> 15176 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV, CooperativeMatrixPropertiesNVAllocator>>::type
|
H A D | vulkan_static_assertions.hpp | 4368 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV ) == sizeof( VkCooperativeMatrixPropertiesNV ), 4370 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV>::value, "struct wrapper is not a standard layout!" ); 4371 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV>::value, 4372 "CooperativeMatrixPropertiesNV is not nothrow_move_constructible!" );
|
H A D | vulkan_structs.hpp | 16767 struct CooperativeMatrixPropertiesNV struct 16775 VULKAN_HPP_CONSTEXPR CooperativeMatrixPropertiesNV( uint32_t MSize_ = {}, 16796 VULKAN_HPP_CONSTEXPR CooperativeMatrixPropertiesNV( CooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT = default; 16798 CooperativeMatrixPropertiesNV( VkCooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT 16799 : CooperativeMatrixPropertiesNV( *reinterpret_cast<CooperativeMatrixPropertiesNV const *>( &rhs ) ) 16803 CooperativeMatrixPropertiesNV & operator=( CooperativeMatrixPropertiesNV const & rhs ) VULKAN_HPP_NOEXCEPT = default; 16806 CooperativeMatrixPropertiesNV [all...] |
H A D | vulkan_funcs.hpp | [all...] |
H A D | vulkan_hash.hpp | 2466 struct hash<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV> 2468 std::size_t operator()( VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV const & cooperativeMatrixPropertiesNV ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_raii.hpp | 3428 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::CooperativeMatrixPropertiesNV> getCooperativeMatrixPropertiesNV() const; [all...] |
Completed in 270 milliseconds