Searched defs:QueryPoolPerformanceQueryCreateInfoINTEL (Results 1 – 4 of 4) sorted by relevance
76153 struct QueryPoolPerformanceQueryCreateInfoINTEL struct76155 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;76157 static const bool allowDuplicate = false;76161 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function76171 …QueryPoolPerformanceQueryCreateInfoINTEL(VkQueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VU… in QueryPoolPerformanceQueryCreateInfoINTEL() function76181 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>(… in operator =()76186 …TEXPR_14 QueryPoolPerformanceQueryCreateInfoINTEL &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()76193 …(VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling_) VULKAN_HPP_NOEXCEPT in setPerformanceCountersSampling()76200 explicit operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()76205 explicit operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()[all …]
76021 struct QueryPoolPerformanceQueryCreateInfoINTEL struct76023 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;76025 static const bool allowDuplicate = false;76029 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function76039 …QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL() function76049 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>(… in operator =()76054 …R_14 QueryPoolPerformanceQueryCreateInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()76061 …VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling_ ) VULKAN_HPP_NOEXCEPT in setPerformanceCountersSampling()76068 explicit operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()76073 explicit operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()[all …]
79021 struct QueryPoolPerformanceQueryCreateInfoINTEL struct79023 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;79025 static const bool allowDuplicate = false;79026 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =79030 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function79039 … QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) in QueryPoolPerformanceQueryCreateInfoINTEL() function79052 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueryPoolPerformanceQueryCreateInfoINTEL const *>(… in operator =()79058 setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()79064 … VULKAN_HPP_CONSTEXPR_14 QueryPoolPerformanceQueryCreateInfoINTEL & setPerformanceCountersSampling( in setPerformanceCountersSampling()79072 explicit operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()[all …]
36799 pub struct QueryPoolPerformanceQueryCreateInfoINTEL { struct36804 impl ::std::default::Default for QueryPoolPerformanceQueryCreateInfoINTEL { implementation36813 impl QueryPoolPerformanceQueryCreateInfoINTEL { implementation36827 unsafe impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTEL {} implementation36850 pub fn build(self) -> QueryPoolPerformanceQueryCreateInfoINTEL { in build()