Home
last modified time | relevance | path

Searched refs:BufferCollectionPropertiesFUCHSIA (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/include/vulkan/
H A Dvulkan_structs.hpp8900 struct BufferCollectionPropertiesFUCHSIA struct
8909 VULKAN_HPP_CONSTEXPR BufferCollectionPropertiesFUCHSIA( in BufferCollectionPropertiesFUCHSIA() argument
8937BufferCollectionPropertiesFUCHSIA( BufferCollectionPropertiesFUCHSIA const & rhs ) VULKAN_HPP_NOEX…
8940 …: BufferCollectionPropertiesFUCHSIA( *reinterpret_cast<BufferCollectionPropertiesFUCHSIA const *>(… in BufferCollectionPropertiesFUCHSIA()
8944 BufferCollectionPropertiesFUCHSIA &
8960 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
8967 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
8974 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
8981 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
8988 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
[all …]
H A Dvulkan_handles.hpp1248 struct BufferCollectionPropertiesFUCHSIA;
11897 VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA * pProperties,
11902 typename ResultValueType<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA>::type
H A Dvulkan_raii.hpp4258 …VULKAN_HPP_NODISCARD VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA getProperties() const;
17590 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA
17597 VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA properties; in getProperties()
H A Dvulkan_funcs.hpp19562 … VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA * pProperties, in getBufferCollectionPropertiesFUCHSIA()
19575 typename ResultValueType<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA>::type
19580 VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA properties; in getBufferCollectionPropertiesFUCHSIA()
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/include/vulkan/
H A Dvulkan_structs.hpp9952 struct BufferCollectionPropertiesFUCHSIA struct
9961 VULKAN_HPP_CONSTEXPR BufferCollectionPropertiesFUCHSIA( in BufferCollectionPropertiesFUCHSIA() function
9989BufferCollectionPropertiesFUCHSIA( BufferCollectionPropertiesFUCHSIA const & rhs ) VULKAN_HPP_NOEX…
9992 …: BufferCollectionPropertiesFUCHSIA( *reinterpret_cast<BufferCollectionPropertiesFUCHSIA const *>(… in BufferCollectionPropertiesFUCHSIA()
9996 BufferCollectionPropertiesFUCHSIA &
10012 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
10019 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
10026 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
10033 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
10040 VULKAN_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA &
[all …]
H A Dvulkan_handles.hpp1258 struct BufferCollectionPropertiesFUCHSIA;
11915 VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA * pProperties,
11920 typename ResultValueType<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA>::type
H A Dvulkan_raii.hpp4257 …VULKAN_HPP_NODISCARD VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA getProperties() const;
17590 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA
17597 VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA properties; in getProperties()
H A Dvulkan_hash.hpp1660 struct hash<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA>
1662 std::size_t operator()( VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA const & in operator ()()
H A Dvulkan_funcs.hpp19562 … VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA * pProperties, in getBufferCollectionPropertiesFUCHSIA()
19575 typename ResultValueType<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA>::type
19580 VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA properties; in getBufferCollectionPropertiesFUCHSIA()
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/vk/
H A Dextensions.rs22134 p_properties: *mut BufferCollectionPropertiesFUCHSIA,
22243 _p_properties: *mut BufferCollectionPropertiesFUCHSIA, in load() argument
22312 p_properties: *mut BufferCollectionPropertiesFUCHSIA, in get_buffer_collection_properties_fuchsia() argument
H A Ddefinitions.rs54507 pub struct BufferCollectionPropertiesFUCHSIA { struct
54522 impl ::std::default::Default for BufferCollectionPropertiesFUCHSIA { argument
54541 impl BufferCollectionPropertiesFUCHSIA { implementation
54551 inner: BufferCollectionPropertiesFUCHSIA,
54555 type Target = BufferCollectionPropertiesFUCHSIA;
54622 pub fn build(self) -> BufferCollectionPropertiesFUCHSIA { in build() argument