Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp38095 struct PerformanceValueINTEL struct
38100 PerformanceValueINTEL( in PerformanceValueINTEL() function
38109 PerformanceValueINTEL( VkPerformanceValueINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceValueINTEL() function
38118 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceValueINTEL const *>( &rhs ); in operator =()
38123 …ceValueINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
38150 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PerformanceValueINTEL ) == sizeof( VkPerfo…
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp56013 struct PerformanceValueINTEL struct
56019PerformanceValueINTEL( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ = VULKAN_HPP_NAMESPAC… in PerformanceValueINTEL() function
56028 PerformanceValueINTEL( VkPerformanceValueINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in PerformanceValueINTEL() function
56038 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PerformanceValueINTEL const *>( &rhs ); in operator =()
56043 …ceValueINTEL & setType( VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL type_ ) VULKAN_HPP_NOEXCEPT in setType()
56049 …NTEL & setData( VULKAN_HPP_NAMESPACE::PerformanceValueDataINTEL const & data_ ) VULKAN_HPP_NOEXCEPT in setData()
56056 operator VkPerformanceValueINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL const&()
56061 operator VkPerformanceValueINTEL &() VULKAN_HPP_NOEXCEPT in operator VkPerformanceValueINTEL&()
56072 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
56079 …MESPACE::PerformanceValueTypeINTEL type = VULKAN_HPP_NAMESPACE::PerformanceValueTypeINTEL::eUint32;
[all …]