Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dpipeline_executable_properties.rs59 ) -> VkResult<Vec<vk::PipelineExecutableStatisticKHR>> { in get_pipeline_executable_statistics()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp93896 struct PipelineExecutableStatisticKHR struct
93898 using NativeType = VkPipelineExecutableStatisticKHR;
93900 static const bool allowDuplicate = false;
93901 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;
93904 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() function
93920PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() argument
93926 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() argument
93955 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()
93959 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()
93964 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp96562 struct PipelineExecutableStatisticKHR struct
96564 using NativeType = VkPipelineExecutableStatisticKHR;
96566 static const bool allowDuplicate = false;
96567 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;
96570 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() argument
96586PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function
96596 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()
96600 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()
96605 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()
96621 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp116092 struct PipelineExecutableStatisticKHR struct
116094 using NativeType = VkPipelineExecutableStatisticKHR;
116096 static const bool allowDuplicate = false;
116097 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineExecutableStatisticKHR;
116100 VULKAN_HPP_CONSTEXPR_14 PipelineExecutableStatisticKHR( in PipelineExecutableStatisticKHR() function
116116PipelineExecutableStatisticKHR( VkPipelineExecutableStatisticKHR const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineExecutableStatisticKHR() function
116126 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineExecutableStatisticKHR const *>( &rhs ); in operator =()
116130 operator VkPipelineExecutableStatisticKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const&()
116135 operator VkPipelineExecutableStatisticKHR &() VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR&()
116140 operator VkPipelineExecutableStatisticKHR const *() const VULKAN_HPP_NOEXCEPT in operator VkPipelineExecutableStatisticKHR const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs43878 pub struct PipelineExecutableStatisticKHR { struct
43887 impl fmt::Debug for PipelineExecutableStatisticKHR { argument
43903 impl ::std::default::Default for PipelineExecutableStatisticKHR { implementation
43916 unsafe impl TaggedStructure for PipelineExecutableStatisticKHR { implementation
43919 impl PipelineExecutableStatisticKHR { impl
43967 pub fn build(self) -> PipelineExecutableStatisticKHR { in build()
Dextensions.rs15539 _p_statistics: *mut PipelineExecutableStatisticKHR, in load()