Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/khr/
Dpipeline_executable_properties.rs34 ) -> VkResult<Vec<vk::PipelineExecutableInternalRepresentationKHR>> { in get_pipeline_executable_internal_representations()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp80331 struct PipelineExecutableInternalRepresentationKHR struct
80333 using NativeType = VkPipelineExecutableInternalRepresentationKHR;
80335 static const bool allowDuplicate = false;
80336 …NSTEXPR StructureType structureType = StructureType::ePipelineExecutableInternalRepresentationKHR;
80339 …AN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTI… in PipelineExecutableInternalRepresentationKHR() argument
80357PipelineExecutableInternalRepresentationKHR( VkPipelineExecutableInternalRepresentationKHR const &… in PipelineExecutableInternalRepresentationKHR() function
80364PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTION_SIZE> const & … in PipelineExecutableInternalRepresentationKHR() function
80379 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const … in operator =()
80383 …explicit operator VkPipelineExecutableInternalRepresentationKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR const&()
80388 explicit operator VkPipelineExecutableInternalRepresentationKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp74547 struct PipelineExecutableInternalRepresentationKHR struct
74549 using NativeType = VkPipelineExecutableInternalRepresentationKHR;
74551 static const bool allowDuplicate = false;
74552 …ONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInternalRepresentationKHR;
74556 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR(std::array<char,VK_MAX_DESCRIPT… in PipelineExecutableInternalRepresentationKHR() function
74562PipelineExecutableInternalRepresentationKHR( VkPipelineExecutableInternalRepresentationKHR const &… in PipelineExecutableInternalRepresentationKHR() function
74568PipelineExecutableInternalRepresentationKHR( std::array<char,VK_MAX_DESCRIPTION_SIZE> const & name… in PipelineExecutableInternalRepresentationKHR() function
74579 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const … in operator =()
74584 operator VkPipelineExecutableInternalRepresentationKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR const&()
74589 operator VkPipelineExecutableInternalRepresentationKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp84734 struct PipelineExecutableInternalRepresentationKHR struct
84736 using NativeType = VkPipelineExecutableInternalRepresentationKHR;
84738 static const bool allowDuplicate = false;
84739 …NSTEXPR StructureType structureType = StructureType::ePipelineExecutableInternalRepresentationKHR;
84742 …AN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTI… in PipelineExecutableInternalRepresentationKHR() argument
84760PipelineExecutableInternalRepresentationKHR( VkPipelineExecutableInternalRepresentationKHR const &… in PipelineExecutableInternalRepresentationKHR() function
84767PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTION_SIZE> const & … in PipelineExecutableInternalRepresentationKHR() function
84782 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const … in operator =()
84786 operator VkPipelineExecutableInternalRepresentationKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR const&()
84791 operator VkPipelineExecutableInternalRepresentationKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs38031 pub struct PipelineExecutableInternalRepresentationKHR { struct
38040 impl fmt::Debug for PipelineExecutableInternalRepresentationKHR { argument
38057 impl ::std::default::Default for PipelineExecutableInternalRepresentationKHR { implementation
38070 impl PipelineExecutableInternalRepresentationKHR { implementation
38115 pub fn build(self) -> PipelineExecutableInternalRepresentationKHR { in build()
Dextensions.rs19819 _p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR, in load()
19874 p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR, in get_pipeline_executable_internal_representations_khr()