Searched defs:PipelineExecutablePropertiesKHR (Results 1 – 6 of 6) sorted by relevance
51 ) -> VkResult<Vec<vk::PipelineExecutablePropertiesKHR>> { in get_pipeline_executable_properties()
80446 struct PipelineExecutablePropertiesKHR struct80448 using NativeType = VkPipelineExecutablePropertiesKHR;80450 static const bool allowDuplicate = false;80451 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutablePropertiesKHR;80454 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags … in PipelineExecutablePropertiesKHR() function80469 …PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function80479 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()80483 explicit operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()80488 explicit operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()80504 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
74648 struct PipelineExecutablePropertiesKHR struct74657 VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR(VULKAN_HPP_NAMESPACE::ShaderStageFlags stag… in PipelineExecutablePropertiesKHR() function74663 …PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function74673 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()74678 operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()74683 operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()74694 reflect() const VULKAN_HPP_NOEXCEPT in reflect()74704 bool operator==( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()74718 bool operator!=( PipelineExecutablePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()74725 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutablePropertiesKHR;[all …]
84849 struct PipelineExecutablePropertiesKHR struct84851 using NativeType = VkPipelineExecutablePropertiesKHR;84853 static const bool allowDuplicate = false;84854 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutablePropertiesKHR;84857 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR( VULKAN_HPP_NAMESPACE::ShaderStageFlags … in PipelineExecutablePropertiesKHR() function84872 …PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function84882 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutablePropertiesKHR const *>( &rhs ); in operator =()84886 operator VkPipelineExecutablePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR const&()84891 operator VkPipelineExecutablePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutablePropertiesKHR&()84907 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
37784 pub struct PipelineExecutablePropertiesKHR { struct37792 impl fmt::Debug for PipelineExecutablePropertiesKHR { argument37808 impl ::std::default::Default for PipelineExecutablePropertiesKHR { implementation37820 impl PipelineExecutablePropertiesKHR { implementation37864 pub fn build(self) -> PipelineExecutablePropertiesKHR { in build()
19775 _p_properties: *mut PipelineExecutablePropertiesKHR, in load()19844 p_properties: *mut PipelineExecutablePropertiesKHR, in get_pipeline_executable_properties_khr()