Searched defs:PipelineExecutableInfoKHR (Results 1 – 6 of 6) sorted by relevance
33 executable_info: &vk::PipelineExecutableInfoKHR, in get_pipeline_executable_internal_representations()62 executable_info: &vk::PipelineExecutableInfoKHR, in get_pipeline_executable_statistics()
80225 struct PipelineExecutableInfoKHR struct80227 using NativeType = VkPipelineExecutableInfoKHR;80229 static const bool allowDuplicate = false;80230 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInfoKHR;80233 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = … in PipelineExecutableInfoKHR() function80244 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function80254 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()80259 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()80265 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()80271 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()[all …]
74439 struct PipelineExecutableInfoKHR struct74448 VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR(VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = {}, uint3… in PipelineExecutableInfoKHR() function74454 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function74464 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()74469 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()74475 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()74481 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()74489 operator VkPipelineExecutableInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR const&()74494 operator VkPipelineExecutableInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInfoKHR&()74505 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
84628 struct PipelineExecutableInfoKHR struct84630 using NativeType = VkPipelineExecutableInfoKHR;84632 static const bool allowDuplicate = false;84633 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInfoKHR;84636 …VULKAN_HPP_CONSTEXPR PipelineExecutableInfoKHR( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ = … in PipelineExecutableInfoKHR() function84647 PipelineExecutableInfoKHR( VkPipelineExecutableInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableInfoKHR() function84657 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInfoKHR const *>( &rhs ); in operator =()84662 …AN_HPP_CONSTEXPR_14 PipelineExecutableInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()84668 …lineExecutableInfoKHR & setPipeline( VULKAN_HPP_NAMESPACE::Pipeline pipeline_ ) VULKAN_HPP_NOEXCEPT in setPipeline()84674 …_14 PipelineExecutableInfoKHR & setExecutableIndex( uint32_t executableIndex_ ) VULKAN_HPP_NOEXCEPT in setExecutableIndex()[all …]
19743 p_executable_info: *const PipelineExecutableInfoKHR, constant19751 p_executable_info: *const PipelineExecutableInfoKHR, constant19795 _p_executable_info: *const PipelineExecutableInfoKHR, in load()19817 _p_executable_info: *const PipelineExecutableInfoKHR, in load()19857 p_executable_info: *const PipelineExecutableInfoKHR, in get_pipeline_executable_statistics_khr()19872 p_executable_info: *const PipelineExecutableInfoKHR, in get_pipeline_executable_internal_representations_khr()
37871 pub struct PipelineExecutableInfoKHR { struct37877 impl ::std::default::Default for PipelineExecutableInfoKHR { implementation37887 impl PipelineExecutableInfoKHR { implementation37923 pub fn build(self) -> PipelineExecutableInfoKHR { in build()