Searched refs:DisplayPlanePropertiesKHR (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_handles.hpp | 385 struct DisplayPlanePropertiesKHR; 12636 VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR * pProperties, 12639 template <typename DisplayPlanePropertiesKHRAllocator = std::allocator<DisplayPlanePropertiesKHR>, 12642 typename ResultValueType<std::vector<DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type 12645 typename DisplayPlanePropertiesKHRAllocator = std::allocator<DisplayPlanePropertiesKHR>, 12648 typename std::enable_if<std::is_same<typename B::value_type, DisplayPlanePropertiesKHR>::value, int>::type = 0> 12650 typename ResultValueType<std::vector<DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type
|
H A D | vulkan_structs.hpp | 22515 struct DisplayPlanePropertiesKHR struct 22520 VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay_ = {}, 22527 DisplayPlanePropertiesKHR( DisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22529 DisplayPlanePropertiesKHR( VkDisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT 22530 : DisplayPlanePropertiesKHR( *reinterpret_cast<DisplayPlanePropertiesKHR const *>( &rhs ) ) 22534 DisplayPlanePropertiesKHR & operator=( DisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default; 22536 DisplayPlanePropertiesKHR [all...] |
H A D | vulkan_funcs.hpp | 7686 VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR * pProperties, 7697 typename ResultValueType<std::vector<DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type 7701 std::vector<DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator> properties; in getDisplayPlanePropertiesKHR() 7727 typename std::enable_if<std::is_same<typename B::value_type, DisplayPlanePropertiesKHR>::value, int>::type> 7729 typename ResultValueType<std::vector<DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type 7734 std::vector<DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator> properties( in getDisplayPlanePropertiesKHR() [all...] |
H A D | vulkan_raii.hpp | 2547 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> 11253 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> 11260 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> properties; in getDisplayPlanePropertiesKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 493 struct DisplayPlanePropertiesKHR; 14507 VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR * pProperties, 14510 template <typename DisplayPlanePropertiesKHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>, 14512 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type 14514 template <typename DisplayPlanePropertiesKHRAllocator = std::allocator<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>, 14517 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>::value, int>::type = 0> 14518 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type
|
H A D | vulkan_static_assertions.hpp | 1885 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR ) == sizeof( VkDisplayPlanePropertiesKHR ), 1887 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>::value, "struct wrapper is not a standard layout!" ); 1888 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>::value, 1889 "DisplayPlanePropertiesKHR is not nothrow_move_constructible!" );
|
H A D | vulkan_funcs.hpp | 8166 VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR * pProperties, 8177 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type 8182 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator> properties; in getDisplayPlanePropertiesKHR() 8207 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>::value, int>::type> 8209 typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator>>::type 8214 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR, DisplayPlanePropertiesKHRAllocator> properties( displayPlanePropertiesKHRAllocator ); in getDisplayPlanePropertiesKHR() [all...] |
H A D | vulkan_structs.hpp | 32096 struct DisplayPlanePropertiesKHR global() struct [all...] |
H A D | vulkan_hash.hpp | 4233 struct hash<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> 4235 std::size_t operator()( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR const & displayPlanePropertiesKHR ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_raii.hpp | 3255 VULKAN_HPP_NODISCARD std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> getDisplayPlanePropertiesKHR() const; 14995 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> PhysicalDevice::getDisplayPlanePropertiesKHR() const in getDisplayPlanePropertiesKHR() 15000 std::vector<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR> properties; in getDisplayPlanePropertiesKHR() [all...] |
Completed in 274 milliseconds