Searched defs:PipelineExecutableStatisticKHR (Results 1 – 6 of 6) sorted by relevance
63 ) -> VkResult<Vec<vk::PipelineExecutableStatisticKHR>> { in get_pipeline_executable_statistics()
80607 struct PipelineExecutableStatisticKHR struct80609 using NativeType = VkPipelineExecutableStatisticKHR;80611 static const bool allowDuplicate = false;80612 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;80615 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() function80631 … PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function80641 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()80645 explicit operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()80650 explicit operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()80666 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
74812 struct PipelineExecutableStatisticKHR struct74821 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR(std::array<char,VK_MAX_DESCRIPTION_SIZE> con… in PipelineExecutableStatisticKHR() function74827 … PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function74837 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()74842 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()74847 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()74858 reflect() const VULKAN_HPP_NOEXCEPT in reflect()74866 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePipelineExecutableStatisticKHR;74867 void * pNext = {};74868 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> name = {};[all …]
85010 struct PipelineExecutableStatisticKHR struct85012 using NativeType = VkPipelineExecutableStatisticKHR;85014 static const bool allowDuplicate = false;85015 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;85018 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() function85034 … PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function85044 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()85048 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()85053 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()85069 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
37944 pub struct PipelineExecutableStatisticKHR { struct37952 impl fmt::Debug for PipelineExecutableStatisticKHR { argument37968 impl ::std::default::Default for PipelineExecutableStatisticKHR { implementation37980 impl PipelineExecutableStatisticKHR { implementation38024 pub fn build(self) -> PipelineExecutableStatisticKHR { in build()
19797 _p_statistics: *mut PipelineExecutableStatisticKHR, in load()19859 p_statistics: *mut PipelineExecutableStatisticKHR, in get_pipeline_executable_statistics_khr()