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() function
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.hpp107439 struct PipelineExecutableStatisticKHR struct
107441 using NativeType = VkPipelineExecutableStatisticKHR;
107443 static const bool allowDuplicate = false;
107444 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;
107447 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() argument
107463PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function
107473 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()
107477 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()
107482 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()
107498 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]