Searched refs:QueueFamilyProperties (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dcube.cpp1020 queue_props.reset(new vk::QueueFamilyProperties[queue_family_count]);
2634 std::unique_ptr<vk::QueueFamilyProperties[]> queue_props;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp9366 struct QueueFamilyProperties struct in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits
9373 bool operator==( QueueFamilyProperties const& rhs ) const
9381 bool operator!=( QueueFamilyProperties const& rhs ) const
9391 static_assert( sizeof( QueueFamilyProperties ) == sizeof( VkQueueFamilyProperties ), "struct and wrapper have different size!" );
17781 void getQueueFamilyProperties( uint32_t* pQueueFamilyPropertyCount, QueueFamilyProperties* pQueueFamilyProperties ) const
17787 template <typename Allocator = std::allocator<QueueFamilyProperties>>
17788 std::vector<QueueFamilyProperties,Allocator> getQueueFamilyProperties() const
17790 std::vector<QueueFamilyProperties,Allocator> queueFamilyProperties;

Completed in 318 milliseconds