Searched refs:DisplayPlaneProperties2KHR (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 675 struct DisplayPlaneProperties2KHR; 13246 VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR * pProperties, 13249 template <typename DisplayPlaneProperties2KHRAllocator = std::allocator<DisplayPlaneProperties2KHR>, 13252 typename ResultValueType<std::vector<DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type 13255 typename DisplayPlaneProperties2KHRAllocator = std::allocator<DisplayPlaneProperties2KHR>, 13258 typename std::enable_if<std::is_same<typename B::value_type, DisplayPlaneProperties2KHR>::value, int>::type = 0> 13260 typename ResultValueType<std::vector<DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type
|
H A D | vulkan_structs.hpp | 22578 struct DisplayPlaneProperties2KHR struct 22586 VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR( 22592 DisplayPlaneProperties2KHR( DisplayPlaneProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22594 DisplayPlaneProperties2KHR( VkDisplayPlaneProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT 22595 : DisplayPlaneProperties2KHR( *reinterpret_cast<DisplayPlaneProperties2KHR const *>( &rhs ) ) 22599 DisplayPlaneProperties2KHR & operator=( DisplayPlaneProperties2KHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22601 DisplayPlaneProperties2KHR [all...] |
H A D | vulkan_funcs.hpp | 12637 VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR * pProperties, 12648 typename ResultValueType<std::vector<DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type 12652 std::vector<DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator> properties; in getDisplayPlaneProperties2KHR() 12678 typename std::enable_if<std::is_same<typename B::value_type, DisplayPlaneProperties2KHR>::value, int>::type> 12680 typename ResultValueType<std::vector<DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type 12685 std::vector<DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator> properties( in getDisplayPlaneProperties2KHR() [all...] |
H A D | vulkan_raii.hpp | 2699 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> 13210 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> 13217 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> properties; in getDisplayPlaneProperties2KHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 804 struct DisplayPlaneProperties2KHR; 15039 VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR * pProperties, 15042 template <typename DisplayPlaneProperties2KHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR>, 15044 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type 15046 template <typename DisplayPlaneProperties2KHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR>, 15049 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR>::value, int>::type = 0> 15050 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type
|
H A D | vulkan_static_assertions.hpp | 3096 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR ) == sizeof( VkDisplayPlaneProperties2KHR ), 3098 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR>::value, "struct wrapper is not a standard layout!" ); 3099 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR>::value, 3100 "DisplayPlaneProperties2KHR is not nothrow_move_constructible!" );
|
H A D | vulkan_funcs.hpp | 13065 VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR * pProperties, 13076 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type 13081 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator> properties; in getDisplayPlaneProperties2KHR() 13106 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR>::value, int>::type> 13108 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator>>::type 13113 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR, DisplayPlaneProperties2KHRAllocator> properties( displayPlaneProperties2KHRAllocator ); in getDisplayPlaneProperties2KHR() [all...] |
H A D | vulkan_structs.hpp | 32169 struct DisplayPlaneProperties2KHR global() struct [all...] |
H A D | vulkan_hash.hpp | 4245 struct hash<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> 4247 std::size_t operator()( VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR const & displayPlaneProperties2KHR ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_raii.hpp | 3404 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> getDisplayPlaneProperties2KHR() const; 17248 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> PhysicalDevice::getDisplayPlaneProperties2KHR() const in getDisplayPlaneProperties2KHR() 17253 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlaneProperties2KHR> properties; in getDisplayPlaneProperties2KHR() [all...] |
Completed in 274 milliseconds