Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp50251 struct PerformanceOverrideInfoINTEL struct
50253 using NativeType = VkPerformanceOverrideInfoINTEL;
50255 static const bool allowDuplicate = false;
50256 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePerformanceOverrideInfoINTEL;
50259 VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL( in PerformanceOverrideInfoINTEL() function
50273 PerformanceOverrideInfoINTEL( VkPerformanceOverrideInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceOverrideInfoINTEL() function
50283 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL const *>( &rhs ); in operator =()
50288 …HPP_CONSTEXPR_14 PerformanceOverrideInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
50294 …InfoINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
50300 …erformanceOverrideInfoINTEL & setEnable( VULKAN_HPP_NAMESPACE::Bool32 enable_ ) VULKAN_HPP_NOEXCEPT in setEnable()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp47226 struct PerformanceOverrideInfoINTEL struct
47235 VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL(VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTE… in PerformanceOverrideInfoINTEL() function
47241 PerformanceOverrideInfoINTEL( VkPerformanceOverrideInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceOverrideInfoINTEL() function
47251 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL const *>( &rhs ); in operator =()
47256 …HPP_CONSTEXPR_14 PerformanceOverrideInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
47262 …InfoINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
47268 …erformanceOverrideInfoINTEL & setEnable( VULKAN_HPP_NAMESPACE::Bool32 enable_ ) VULKAN_HPP_NOEXCEPT in setEnable()
47274 …CONSTEXPR_14 PerformanceOverrideInfoINTEL & setParameter( uint64_t parameter_ ) VULKAN_HPP_NOEXCEPT in setParameter()
47282 operator VkPerformanceOverrideInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceOverrideInfoINTEL const&()
47287 operator VkPerformanceOverrideInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceOverrideInfoINTEL&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp52096 struct PerformanceOverrideInfoINTEL struct
52098 using NativeType = VkPerformanceOverrideInfoINTEL;
52100 static const bool allowDuplicate = false;
52101 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePerformanceOverrideInfoINTEL;
52104 VULKAN_HPP_CONSTEXPR PerformanceOverrideInfoINTEL( in PerformanceOverrideInfoINTEL() function
52118 PerformanceOverrideInfoINTEL( VkPerformanceOverrideInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceOverrideInfoINTEL() function
52128 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceOverrideInfoINTEL const *>( &rhs ); in operator =()
52133 …HPP_CONSTEXPR_14 PerformanceOverrideInfoINTEL & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
52139 …InfoINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceOverrideTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
52145 …erformanceOverrideInfoINTEL & setEnable( VULKAN_HPP_NAMESPACE::Bool32 enable_ ) VULKAN_HPP_NOEXCEPT in setEnable()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs36963 pub struct PerformanceOverrideInfoINTEL { struct
36970 impl ::std::default::Default for PerformanceOverrideInfoINTEL { implementation
36981 impl PerformanceOverrideInfoINTEL { implementation
37021 pub fn build(self) -> PerformanceOverrideInfoINTEL { in build()
Dextensions.rs16406 p_override_info: *const PerformanceOverrideInfoINTEL, constant
16528 _p_override_info: *const PerformanceOverrideInfoINTEL, in load()
16661 p_override_info: *const PerformanceOverrideInfoINTEL, in cmd_set_performance_override_intel()