Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp59431 struct PipelineExecutableStatisticKHR struct
59433 using NativeType = VkPipelineExecutableStatisticKHR;
59435 static const bool allowDuplicate = false;
59436 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;
59439PipelineExecutableStatisticKHR( std::array<char, VK_MAX_DESCRIPTION_SIZE> const & name_ … in PipelineExecutableStatisticKHR() argument
59453PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function
59463 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()
59486 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp91805 struct PipelineExecutableStatisticKHR struct
91807 using NativeType = VkPipelineExecutableStatisticKHR;
91809 static const bool allowDuplicate = false;
91810 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;
91813 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() argument
91829PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function
91839 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()
91843 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()
91848 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()
91864 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]