Searched defs:LayerProperties (Results 1 – 8 of 8) sorted by relevance
| /external/rust/crates/vulkano/src/instance/ |
| D | layers.rs | 81 pub struct LayerProperties { struct 82 props: ash::vk::LayerProperties, argument 85 impl LayerProperties { implementation 237 fn next(&mut self) -> Option<LayerProperties> { in next()
|
| /external/rust/crates/ash/src/ |
| D | entry.rs | 124 pub fn enumerate_instance_layer_properties(&self) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_instance_layer_properties()
|
| D | instance.rs | 398 ) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_device_layer_properties()
|
| /external/rust/crates/ash/src/vk/ |
| D | features.rs | 121 _p_properties: *mut LayerProperties, in load() 162 p_properties: *mut LayerProperties, in enumerate_instance_layer_properties() 494 _p_properties: *mut LayerProperties, in load() 661 p_properties: *mut LayerProperties, in enumerate_device_layer_properties()
|
| D | definitions.rs | 1162 pub struct LayerProperties { struct 1168 impl fmt::Debug for LayerProperties { argument 1182 impl ::std::default::Default for LayerProperties { implementation 1192 impl LayerProperties { impl 1236 pub fn build(self) -> LayerProperties { in build()
|
| /external/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 45277 struct LayerProperties struct 45282 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function 45295 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function 45302 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =() 45306 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&() 45311 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&() 45325 reflect() const VULKAN_HPP_NOEXCEPT in reflect() 45334 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==() 45344 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=() 45351 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {}; [all …]
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan_structs.hpp | 42267 struct LayerProperties struct 42275 VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const & layerNa… in LayerProperties() function 42281 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function 42291 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =() 42296 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&() 42301 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&() 42312 reflect() const VULKAN_HPP_NOEXCEPT in reflect() 42322 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==() 42334 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=() 42341 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {}; [all …]
|
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
| D | vulkan_structs.hpp | 46760 struct LayerProperties struct 46765 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function 46778 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function 46785 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =() 46789 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&() 46794 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&() 46808 reflect() const VULKAN_HPP_NOEXCEPT in reflect() 46817 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==() 46827 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=() 46834 … VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {}; [all …]
|