Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp104864 struct SubpassResolvePerformanceQueryEXT struct
104866 using NativeType = VkSubpassResolvePerformanceQueryEXT;
104872 …VULKAN_HPP_CONSTEXPR SubpassResolvePerformanceQueryEXT( VULKAN_HPP_NAMESPACE::Bool32 optimal_ = {}… in SubpassResolvePerformanceQueryEXT() function
104880SubpassResolvePerformanceQueryEXT( VkSubpassResolvePerformanceQueryEXT const & rhs ) VULKAN_HPP_NO… in SubpassResolvePerformanceQueryEXT() function
104890 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SubpassResolvePerformanceQueryEXT const *>( &rhs ); in operator =()
104894 operator VkSubpassResolvePerformanceQueryEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT const&()
104899 operator VkSubpassResolvePerformanceQueryEXT &() VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT&()
104910 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
104919 bool operator==( SubpassResolvePerformanceQueryEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
104928 bool operator!=( SubpassResolvePerformanceQueryEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp109286 struct SubpassResolvePerformanceQueryEXT struct
109288 using NativeType = VkSubpassResolvePerformanceQueryEXT;
109294 …VULKAN_HPP_CONSTEXPR SubpassResolvePerformanceQueryEXT( VULKAN_HPP_NAMESPACE::Bool32 optimal_ = {}… in SubpassResolvePerformanceQueryEXT() function
109302SubpassResolvePerformanceQueryEXT( VkSubpassResolvePerformanceQueryEXT const & rhs ) VULKAN_HPP_NO… in SubpassResolvePerformanceQueryEXT() function
109312 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SubpassResolvePerformanceQueryEXT const *>( &rhs ); in operator =()
109316 operator VkSubpassResolvePerformanceQueryEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT const&()
109321 operator VkSubpassResolvePerformanceQueryEXT &() VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT&()
109332 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
109341 bool operator==( SubpassResolvePerformanceQueryEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
109350 bool operator!=( SubpassResolvePerformanceQueryEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp111718 struct SubpassResolvePerformanceQueryEXT struct
111720 using NativeType = VkSubpassResolvePerformanceQueryEXT;
111726 …VULKAN_HPP_CONSTEXPR SubpassResolvePerformanceQueryEXT( VULKAN_HPP_NAMESPACE::Bool32 optimal_ = {}… in SubpassResolvePerformanceQueryEXT() function
111734SubpassResolvePerformanceQueryEXT( VkSubpassResolvePerformanceQueryEXT const & rhs ) VULKAN_HPP_NO… in SubpassResolvePerformanceQueryEXT() function
111744 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SubpassResolvePerformanceQueryEXT const *>( &rhs ); in operator =()
111748 operator VkSubpassResolvePerformanceQueryEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT const&()
111753 operator VkSubpassResolvePerformanceQueryEXT &() VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT&()
111764 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
111773 bool operator==( SubpassResolvePerformanceQueryEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
111782 bool operator!=( SubpassResolvePerformanceQueryEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs55571 pub struct SubpassResolvePerformanceQueryEXT { struct
55576 impl ::std::default::Default for SubpassResolvePerformanceQueryEXT { implementation
55586 unsafe impl TaggedStructure for SubpassResolvePerformanceQueryEXT { implementation
55589 impl SubpassResolvePerformanceQueryEXT { impl
55603 unsafe impl ExtendsFormatProperties2 for SubpassResolvePerformanceQueryEXT {} implementation
55624 pub fn build(self) -> SubpassResolvePerformanceQueryEXT { in build()