Searched defs:LayerProperties (Results 1 – 9 of 9) sorted by relevance
48 struct LayerProperties { struct49 std::optional<Buffer> slot_buffer;50 std::optional<Slot> active_slot;51 std::optional<BufferBlendMode> blend_mode;52 std::optional<BufferColorSpace> color_space;53 std::optional<BufferSampleRange> sample_range;54 std::optional<HWC2::Composition> composition_type;55 std::optional<DstRectInfo> display_frame;56 std::optional<float> alpha;57 std::optional<SrcRectInfo> source_crop;[all …]
15 pub struct LayerProperties { struct16 pub(crate) props: ash::vk::LayerProperties, argument19 impl LayerProperties { implementation
264 pub fn enumerate_instance_layer_properties(&self) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_instance_layer_properties()
510 ) -> VkResult<Vec<vk::LayerProperties>> { in enumerate_device_layer_properties()
113 _p_properties: *mut LayerProperties, in load()460 _p_properties: *mut LayerProperties, in load()
1229 pub struct LayerProperties { struct1236 impl fmt::Debug for LayerProperties { argument1250 impl ::std::default::Default for LayerProperties { implementation1261 impl LayerProperties { implementation1309 pub fn build(self) -> LayerProperties { in build()
49761 struct LayerProperties struct49763 using NativeType = VkLayerProperties;49766 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function49779 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function49782 …LayerProperties( std::string const & layerName_, uint32_t specVersion_ = {}, uint32_t implementati… in LayerProperties() argument49806 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()49810 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()49815 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()49829 reflect() const VULKAN_HPP_NOEXCEPT in reflect()49836 std::strong_ordering operator<=>( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()[all …]
50063 struct LayerProperties struct50068 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function50081 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function50088 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()50092 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()50097 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()50111 reflect() const VULKAN_HPP_NOEXCEPT in reflect()50118 std::strong_ordering operator<=>( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()50133 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()50139 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()[all …]
61450 struct LayerProperties struct61455 …VULKAN_HPP_CONSTEXPR_14 LayerProperties( std::array<char, VK_MAX_EXTENSION_NAME_SIZE> const & laye… in LayerProperties() function61468 …LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT : LayerProperties( *reinterpr… in LayerProperties() function61475 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()61479 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()61484 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()61489 operator VkLayerProperties const *() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const*()61494 operator VkLayerProperties *() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties*()61508 reflect() const VULKAN_HPP_NOEXCEPT in reflect()61515 std::strong_ordering operator<=>( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator <=>()[all …]