Home
last modified time | relevance | path

Searched defs:BufferCollectionPropertiesFUCHSIA (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp11593 struct BufferCollectionPropertiesFUCHSIA struct
11595 using NativeType = VkBufferCollectionPropertiesFUCHSIA;
11597 static const bool allowDuplicate = false;
11598 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eBufferCollectionPropertiesFUCHSIA;
11601 VULKAN_HPP_CONSTEXPR BufferCollectionPropertiesFUCHSIA( in BufferCollectionPropertiesFUCHSIA() function
11631BufferCollectionPropertiesFUCHSIA( VkBufferCollectionPropertiesFUCHSIA const & rhs ) VULKAN_HPP_NO… in BufferCollectionPropertiesFUCHSIA() function
11641 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA const *>( &rhs ); in operator =()
11645 operator VkBufferCollectionPropertiesFUCHSIA const &() const VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA const&()
11650 operator VkBufferCollectionPropertiesFUCHSIA &() VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA&()
11673 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp11364 struct BufferCollectionPropertiesFUCHSIA struct
11366 using NativeType = VkBufferCollectionPropertiesFUCHSIA;
11368 static const bool allowDuplicate = false;
11369 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eBufferCollectionPropertiesFUCHSIA;
11372 VULKAN_HPP_CONSTEXPR BufferCollectionPropertiesFUCHSIA( in BufferCollectionPropertiesFUCHSIA() argument
11402BufferCollectionPropertiesFUCHSIA( VkBufferCollectionPropertiesFUCHSIA const & rhs ) VULKAN_HPP_NO… in BufferCollectionPropertiesFUCHSIA() function
11412 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA const *>( &rhs ); in operator =()
11416 operator VkBufferCollectionPropertiesFUCHSIA const &() const VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA const&()
11421 operator VkBufferCollectionPropertiesFUCHSIA &() VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA&()
11444 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp13361 struct BufferCollectionPropertiesFUCHSIA struct
13363 using NativeType = VkBufferCollectionPropertiesFUCHSIA;
13365 static const bool allowDuplicate = false;
13366 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::eBufferCollectionPropertiesFUCHSIA;
13369 VULKAN_HPP_CONSTEXPR BufferCollectionPropertiesFUCHSIA( in BufferCollectionPropertiesFUCHSIA() function
13399BufferCollectionPropertiesFUCHSIA( VkBufferCollectionPropertiesFUCHSIA const & rhs ) VULKAN_HPP_NO… in BufferCollectionPropertiesFUCHSIA() function
13409 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA const *>( &rhs ); in operator =()
13413 operator VkBufferCollectionPropertiesFUCHSIA const &() const VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA const&()
13418 operator VkBufferCollectionPropertiesFUCHSIA &() VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA&()
13423 operator VkBufferCollectionPropertiesFUCHSIA const *() const VULKAN_HPP_NOEXCEPT in operator VkBufferCollectionPropertiesFUCHSIA const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs64276 pub struct BufferCollectionPropertiesFUCHSIA { struct
64291 impl ::std::default::Default for BufferCollectionPropertiesFUCHSIA { argument
64311 unsafe impl TaggedStructure for BufferCollectionPropertiesFUCHSIA { implementation
64314 impl BufferCollectionPropertiesFUCHSIA { implementation
64406 pub fn build(self) -> BufferCollectionPropertiesFUCHSIA { in build()
Dextensions.rs19930 _p_properties: *mut BufferCollectionPropertiesFUCHSIA, in load()