Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp50634 struct PerformanceValueINTEL struct
50640PerformanceValueINTEL( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ = VULKAN_HPP_NAMESPAC… in PerformanceValueINTEL() function
50649 PerformanceValueINTEL( VkPerformanceValueINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceValueINTEL() function
50659 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceValueINTEL const *>( &rhs ); in operator =()
50664 …ceValueINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
50670 …NTEL & setData( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL const & data_ ) VULKAN_HPP_NOEXCEPT in setData()
50677 explicit operator VkPerformanceValueINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL const&()
50682 explicit operator VkPerformanceValueINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL&()
50693 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
50700 …MESPACE::PerformanceValueTypeINTEL type = VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL::eUint32;
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp47622 struct PerformanceValueINTEL struct
47630 VULKAN_HPP_CONSTEXPR_14 PerformanceValueINTEL(VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_… in PerformanceValueINTEL() function
47636 PerformanceValueINTEL( VkPerformanceValueINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceValueINTEL() function
47646 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceValueINTEL const *>( &rhs ); in operator =()
47651 …ceValueINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
47657 …NTEL & setData( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL const & data_ ) VULKAN_HPP_NOEXCEPT in setData()
47665 operator VkPerformanceValueINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL const&()
47670 operator VkPerformanceValueINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL&()
47681 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
47689 …MESPACE::PerformanceValueTypeINTEL type = VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL::eUint32;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp52479 struct PerformanceValueINTEL struct
52485PerformanceValueINTEL( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ = VULKAN_HPP_NAMESPAC… in PerformanceValueINTEL() function
52494 PerformanceValueINTEL( VkPerformanceValueINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceValueINTEL() function
52504 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceValueINTEL const *>( &rhs ); in operator =()
52509 …ceValueINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
52515 …NTEL & setData( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL const & data_ ) VULKAN_HPP_NOEXCEPT in setData()
52522 operator VkPerformanceValueINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL const&()
52527 operator VkPerformanceValueINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL&()
52538 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
52545 …MESPACE::PerformanceValueTypeINTEL type = VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL::eUint32;
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs36691 pub struct PerformanceValueINTEL { struct
36695 impl fmt::Debug for PerformanceValueINTEL { argument
36703 impl PerformanceValueINTEL { impl
36739 pub fn build(self) -> PerformanceValueINTEL { in build()
Dextensions.rs16610 _p_value: *mut PerformanceValueINTEL, in load()
16695 p_value: *mut PerformanceValueINTEL, in get_performance_parameter_intel()