Lines Matching defs:QueryPoolPerformanceQueryCreateInfoINTEL
102621 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
102623 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
102625 static const bool allowDuplicate = false;
102629 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function
102639 …QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL() function
102649 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>(… in operator =()
102654 …R_14 QueryPoolPerformanceQueryCreateInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
102661 …VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling_ ) VULKAN_HPP_NOEXCEPT in setPerformanceCountersSampling()
102668 operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
102673 operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
102684 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
102693 … bool operator==( QueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
102702 … bool operator!=( QueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
102709 … sType = StructureType::eQueryPoolPerformanceQueryCreateInfoINTEL;
102710 const void * pNext = {};
102711 …gModeINTEL performanceCountersSampling = VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL::eManual;