Home
last modified time | relevance | path

Searched refs:QueryPoolPerformanceQueryCreateInfoINTEL (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp63663 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
63672 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function
63678 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL(
63679 QueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT = default;
63681QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) in QueryPoolPerformanceQueryCreateInfoINTEL() function
63683 : QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL()
63684 *reinterpret_cast<QueryPoolPerformanceQueryCreateInfoINTEL const *>( &rhs ) ) in QueryPoolPerformanceQueryCreateInfoINTEL()
63688 QueryPoolPerformanceQueryCreateInfoINTEL &
63689 … operator=( QueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT = default;
63691 QueryPoolPerformanceQueryCreateInfoINTEL &
[all …]
Dvulkan_handles.hpp895 struct QueryPoolPerformanceQueryCreateInfoINTEL;
896 using QueryPoolCreateInfoINTEL = QueryPoolPerformanceQueryCreateInfoINTEL;
Dvulkan.hpp9119 struct StructExtends<QueryPoolPerformanceQueryCreateInfoINTEL, QueryPoolCreateInfo>
/third_party/vulkan-headers/include/vulkan/
Dvulkan_static_assertions.hpp4116 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL ) …
4118 …C_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL>:…
4120 …td::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL>:…
Dvulkan_structs.hpp97880 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
97888 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function
97896 …VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( QueryPoolPerformanceQueryCreateInfo…
97898QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL() function
97899 …: QueryPoolPerformanceQueryCreateInfoINTEL( *reinterpret_cast<QueryPoolPerformanceQueryCreateInfoI… in QueryPoolPerformanceQueryCreateInfoINTEL()
97903QueryPoolPerformanceQueryCreateInfoINTEL & operator=( QueryPoolPerformanceQueryCreateInfoINTEL con…
97906QueryPoolPerformanceQueryCreateInfoINTEL & operator=( VkQueryPoolPerformanceQueryCreateInfoINTEL c… in operator =()
97908 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>(… in operator =() argument
97913 …VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceQueryCreateInfoINTEL & setPNext( const void * pNext_ )… in setPNext() argument
97919 VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceQueryCreateInfoINTEL &
[all …]
Dvulkan.cppm3497 using VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL;
Dvulkan_hash.hpp13289 struct hash<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL>
13292 …operator()( VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const & queryPoolPerfor… in operator ()()
Dvulkan_handles.hpp1031 struct QueryPoolPerformanceQueryCreateInfoINTEL;
1032 using QueryPoolCreateInfoINTEL = QueryPoolPerformanceQueryCreateInfoINTEL;
Dvulkan.hpp12114 struct StructExtends<QueryPoolPerformanceQueryCreateInfoINTEL, QueryPoolCreateInfo>