Home
last modified time | relevance | path

Searched refs:DisplayPlanePropertiesKHR (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp385 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 Dvulkan_structs.hpp22515 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 Dvulkan_funcs.hpp7686 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 Dvulkan_raii.hpp2547 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 Dvulkan_handles.hpp493 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 Dvulkan_static_assertions.hpp1885 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 Dvulkan_funcs.hpp8166 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 Dvulkan_structs.hpp32096 struct DisplayPlanePropertiesKHR global() struct
[all...]
H A Dvulkan_hash.hpp4233 struct hash<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR>
4235 std::size_t operator()( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR const & displayPlanePropertiesKHR ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_raii.hpp3255 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 321 milliseconds