Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp59272 struct PipelineExecutablePropertiesKHR struct
59274 using NativeType = VkPipelineExecutablePropertiesKHR;
59276 static const bool allowDuplicate = false;
59277 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutablePropertiesKHR;
59281PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags stages_ = … in PipelineExecutablePropertiesKHR() function
59294PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
59304 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()
59308 operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()
59313 operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()
59341 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp91644 struct PipelineExecutablePropertiesKHR struct
91646 using NativeType = VkPipelineExecutablePropertiesKHR;
91648 static const bool allowDuplicate = false;
91649 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutablePropertiesKHR;
91652 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags … in PipelineExecutablePropertiesKHR() argument
91667PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
91677 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()
91681 operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()
91686 operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()
91702 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]