Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/khr/
Dpipeline_executable_properties.rs51 ) -> VkResult<Vec<vk::PipelineExecutablePropertiesKHR>> { in get_pipeline_executable_properties()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp80446 struct PipelineExecutablePropertiesKHR struct
80448 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() function
80469PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
80479 … *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 …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp74648 struct PipelineExecutablePropertiesKHR struct
74657 VULKAN_HPP_CONSTEXPR_14 PipelineExecutablePropertiesKHR(VULKAN_HPP_NAMESPACE::ShaderStageFlags stag… in PipelineExecutablePropertiesKHR() function
74663PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
74673 … *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 …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp84849 struct PipelineExecutablePropertiesKHR struct
84851 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() function
84872PipelineExecutablePropertiesKHR( VkPipelineExecutablePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCE… in PipelineExecutablePropertiesKHR() function
84882 … *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 …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs37784 pub struct PipelineExecutablePropertiesKHR { struct
37792 impl fmt::Debug for PipelineExecutablePropertiesKHR { argument
37808 impl ::std::default::Default for PipelineExecutablePropertiesKHR { implementation
37820 impl PipelineExecutablePropertiesKHR { implementation
37864 pub fn build(self) -> PipelineExecutablePropertiesKHR { in build()
Dextensions.rs19775 _p_properties: *mut PipelineExecutablePropertiesKHR, in load()
19844 p_properties: *mut PipelineExecutablePropertiesKHR, in get_pipeline_executable_properties_khr()