Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/instance/
Dlayers.rs81 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/
Dentry.rs124 pub fn enumerate_instance_layer_properties(&self) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_instance_layer_properties()
Dinstance.rs398 ) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_device_layer_properties()
/external/rust/crates/ash/src/vk/
Dfeatures.rs121 _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()
Ddefinitions.rs1162 pub struct LayerProperties { struct
1168 impl fmt::Debug for LayerProperties { implementation
1182 impl ::std::default::Default for LayerProperties { implementation
1192 impl LayerProperties { impl
1236 pub fn build(self) -> LayerProperties { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp40792 struct LayerProperties struct
40797 …VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const &layerN… in LayerProperties() function
40810LayerProperties(VkLayerProperties const &rhs) VULKAN_HPP_NOEXCEPT : LayerProperties(*reinterpret_c… in LayerProperties() function
40817 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>(&rhs); in operator =()
40821 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
40826 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
40840 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
40871 VULKAN_HPP_STATIC_ASSERT(sizeof(VULKAN_HPP_NAMESPACE::LayerProperties) == sizeof(VkLayerProperties)…
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp40719 struct LayerProperties struct
40724 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function
40737LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function
40744 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
40748 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
40753 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
40767 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
40798 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::LayerProperties ) == sizeof( VkLayerProper…
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp42172 struct LayerProperties struct
42174 using NativeType = VkLayerProperties;
42178LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & layerName_ = {}, in LayerProperties() function
42190 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function
42199 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
42203 explicit operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
42208 explicit operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
42222 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
42253 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::LayerProperties ) == sizeof( VkLayerProper…