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/swiftshader/include/vulkan/
Dvulkan_structs.hpp70793 struct PipelineExecutableInternalRepresentationKHR struct
70795 using NativeType = VkPipelineExecutableInternalRepresentationKHR;
70797 static const bool allowDuplicate = false;
70798 …ONSTEXPR StructureType structureType = StructureType::ePipelineExecutableInternalRepresentationKHR;
70801 …VULKAN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR(std::array<char, VK_MAX_DESCRI… in PipelineExecutableInternalRepresentationKHR() function
70819PipelineExecutableInternalRepresentationKHR(VkPipelineExecutableInternalRepresentationKHR const &r… in PipelineExecutableInternalRepresentationKHR() function
70826 PipelineExecutableInternalRepresentationKHR(std::array<char, VK_MAX_DESCRIPTION_SIZE> const &name_, in PipelineExecutableInternalRepresentationKHR() function
70846 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const … in operator =()
70850 explicit operator VkPipelineExecutableInternalRepresentationKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR const&()
70855 explicit operator VkPipelineExecutableInternalRepresentationKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp70692 struct PipelineExecutableInternalRepresentationKHR struct
70694 using NativeType = VkPipelineExecutableInternalRepresentationKHR;
70696 static const bool allowDuplicate = false;
70697 …NSTEXPR StructureType structureType = StructureType::ePipelineExecutableInternalRepresentationKHR;
70700 …AN_HPP_CONSTEXPR_14 PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTI… in PipelineExecutableInternalRepresentationKHR() argument
70718PipelineExecutableInternalRepresentationKHR( VkPipelineExecutableInternalRepresentationKHR const &… in PipelineExecutableInternalRepresentationKHR() function
70725PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTION_SIZE> const & … in PipelineExecutableInternalRepresentationKHR() function
70740 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const … in operator =()
70744 …explicit operator VkPipelineExecutableInternalRepresentationKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR const&()
70749 explicit operator VkPipelineExecutableInternalRepresentationKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp73421 struct PipelineExecutableInternalRepresentationKHR struct
73423 using NativeType = VkPipelineExecutableInternalRepresentationKHR;
73425 static const bool allowDuplicate = false;
73426 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
73431PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTION_SIZE> const & nam… in PipelineExecutableInternalRepresentationKHR() function
73446PipelineExecutableInternalRepresentationKHR( VkPipelineExecutableInternalRepresentationKHR const &… in PipelineExecutableInternalRepresentationKHR() function
73454PipelineExecutableInternalRepresentationKHR( std::array<char, VK_MAX_DESCRIPTION_SIZE> const & … in PipelineExecutableInternalRepresentationKHR() function
73473 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR const … in operator =()
73477 …explicit operator VkPipelineExecutableInternalRepresentationKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableInternalRepresentationKHR const&()
73482 explicit 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 { impl
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()