Home
last modified time | relevance | path

Searched defs:PerformanceMarkerInfoINTEL (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp50155 struct PerformanceMarkerInfoINTEL struct
50157 using NativeType = VkPerformanceMarkerInfoINTEL;
50163 …VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL( uint64_t marker_ = {}, const void * pNext_ = null… in PerformanceMarkerInfoINTEL() function
50171 PerformanceMarkerInfoINTEL( VkPerformanceMarkerInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceMarkerInfoINTEL() function
50181 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL const *>( &rhs ); in operator =()
50186 …N_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
50192 …KAN_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL & setMarker( uint64_t marker_ ) VULKAN_HPP_NOEXCEPT in setMarker()
50199 explicit operator VkPerformanceMarkerInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceMarkerInfoINTEL const&()
50204 explicit operator VkPerformanceMarkerInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceMarkerInfoINTEL&()
50215 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp47126 struct PerformanceMarkerInfoINTEL struct
47135 VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL(uint64_t marker_ = {}, const void * pNext_ = nullpt… in PerformanceMarkerInfoINTEL() function
47141 PerformanceMarkerInfoINTEL( VkPerformanceMarkerInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceMarkerInfoINTEL() function
47151 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL const *>( &rhs ); in operator =()
47156 …N_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
47162 …KAN_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL & setMarker( uint64_t marker_ ) VULKAN_HPP_NOEXCEPT in setMarker()
47170 operator VkPerformanceMarkerInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceMarkerInfoINTEL const&()
47175 operator VkPerformanceMarkerInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceMarkerInfoINTEL&()
47186 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
47196 bool operator==( PerformanceMarkerInfoINTEL const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp52000 struct PerformanceMarkerInfoINTEL struct
52002 using NativeType = VkPerformanceMarkerInfoINTEL;
52008 …VULKAN_HPP_CONSTEXPR PerformanceMarkerInfoINTEL( uint64_t marker_ = {}, const void * pNext_ = null… in PerformanceMarkerInfoINTEL() function
52016 PerformanceMarkerInfoINTEL( VkPerformanceMarkerInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceMarkerInfoINTEL() function
52026 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceMarkerInfoINTEL const *>( &rhs ); in operator =()
52031 …N_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
52037 …KAN_HPP_CONSTEXPR_14 PerformanceMarkerInfoINTEL & setMarker( uint64_t marker_ ) VULKAN_HPP_NOEXCEPT in setMarker()
52044 operator VkPerformanceMarkerInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceMarkerInfoINTEL const&()
52049 operator VkPerformanceMarkerInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceMarkerInfoINTEL&()
52060 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs36857 pub struct PerformanceMarkerInfoINTEL { struct
36862 impl ::std::default::Default for PerformanceMarkerInfoINTEL { argument
36871 impl PerformanceMarkerInfoINTEL { impl
36903 pub fn build(self) -> PerformanceMarkerInfoINTEL { in build()
Dextensions.rs16396 p_marker_info: *const PerformanceMarkerInfoINTEL, constant
16488 _p_marker_info: *const PerformanceMarkerInfoINTEL, in load()
16645 p_marker_info: *const PerformanceMarkerInfoINTEL, in cmd_set_performance_marker_intel()