Lines Matching defs:QueryPoolPerformanceQueryCreateInfoINTEL
97880 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
97882 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
97884 static const bool allowDuplicate = false;
97888 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function
97898 …QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL() function
97908 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>(… in operator =()
97913 …R_14 QueryPoolPerformanceQueryCreateInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
97920 …VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling_ ) VULKAN_HPP_NOEXCEPT in setPerformanceCountersSampling()
97927 operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
97932 operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
97943 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
97952 … bool operator==( QueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
97961 … bool operator!=( QueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
97968 … sType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL;
97969 const void * pNext = {};
97970 …gModeINTEL performanceCountersSampling = VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL::eManual;