Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp9943 struct BufferCollectionPropertiesFUCHSIA struct
9945 using NativeType = VkBufferCollectionPropertiesFUCHSIA;
9947 static const bool allowDuplicate = false;
9948 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBufferCollectionPropertiesFUCHSIA;
9952BufferCollectionPropertiesFUCHSIA(uint32_t memoryTypeBits_ = {}, uint32_t bufferCount_ = {}, uint3… in BufferCollectionPropertiesFUCHSIA() argument
9958BufferCollectionPropertiesFUCHSIA( VkBufferCollectionPropertiesFUCHSIA const & rhs ) VULKAN_HPP_NO… in BufferCollectionPropertiesFUCHSIA() function
9968 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BufferCollectionPropertiesFUCHSIA const *>( &rhs ); in operator =()
9973 …_HPP_CONSTEXPR_14 BufferCollectionPropertiesFUCHSIA & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
9979 …fferCollectionPropertiesFUCHSIA & setMemoryTypeBits( uint32_t memoryTypeBits_ ) VULKAN_HPP_NOEXCEPT in setMemoryTypeBits()
9985 …_14 BufferCollectionPropertiesFUCHSIA & setBufferCount( uint32_t bufferCount_ ) VULKAN_HPP_NOEXCEPT in setBufferCount()
[all …]