Home
last modified time | relevance | path

Searched defs:LayerProperties (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp30875 struct LayerProperties struct
30879LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & layerName_ = {}, in LayerProperties() function
30891 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function
30900 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
30904 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
30909 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
30917 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
30923 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
30930 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};
30931 … uint32_t specVersion = {};
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp50118 struct LayerProperties struct
50123 …VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const& layerNa… in LayerProperties() function
50129 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function
50137 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
50141 LayerProperties & operator=( LayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
50148 operator VkLayerProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
50153 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
50162 bool operator==( LayerProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
50170 bool operator!=( LayerProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
50179 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp50296 struct LayerProperties struct
50301 …VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const& layerNa… in LayerProperties() function
50307 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function
50315 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
50319 LayerProperties & operator=( LayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
50326 operator VkLayerProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
50331 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
50340 bool operator==( LayerProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
50348 bool operator!=( LayerProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
50357 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};
[all …]