Home
last modified time | relevance | path

Searched defs:QueryPoolPerformanceQueryCreateInfoINTEL (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp76153 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
76155 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
76157 static const bool allowDuplicate = false;
76161 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function
76171QueryPoolPerformanceQueryCreateInfoINTEL(VkQueryPoolPerformanceQueryCreateInfoINTEL const &rhs) VU… in QueryPoolPerformanceQueryCreateInfoINTEL() function
76181 …*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 …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp76021 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
76023 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
76025 static const bool allowDuplicate = false;
76029 VULKAN_HPP_CONSTEXPR QueryPoolPerformanceQueryCreateInfoINTEL( in QueryPoolPerformanceQueryCreateInfoINTEL() function
76039QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL() function
76049 …*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 …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp79021 struct QueryPoolPerformanceQueryCreateInfoINTEL struct
79023 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() function
79039QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) in QueryPoolPerformanceQueryCreateInfoINTEL() function
79052 …*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 …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs36799 pub struct QueryPoolPerformanceQueryCreateInfoINTEL { struct
36804 impl ::std::default::Default for QueryPoolPerformanceQueryCreateInfoINTEL { implementation
36813 impl QueryPoolPerformanceQueryCreateInfoINTEL { implementation
36827 unsafe impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTEL {} implementation
36850 pub fn build(self) -> QueryPoolPerformanceQueryCreateInfoINTEL { in build()