Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp1753 if ( value & FormatFeatureFlagBits2::eSampledImage ) in to_string()
1755 if ( value & FormatFeatureFlagBits2::eStorageImage ) in to_string()
1757 if ( value & FormatFeatureFlagBits2::eStorageImageAtomic ) in to_string()
1759 if ( value & FormatFeatureFlagBits2::eUniformTexelBuffer ) in to_string()
1761 if ( value & FormatFeatureFlagBits2::eStorageTexelBuffer ) in to_string()
1763 if ( value & FormatFeatureFlagBits2::eStorageTexelBufferAtomic ) in to_string()
1765 if ( value & FormatFeatureFlagBits2::eVertexBuffer ) in to_string()
1767 if ( value & FormatFeatureFlagBits2::eColorAttachment ) in to_string()
1769 if ( value & FormatFeatureFlagBits2::eColorAttachmentBlend ) in to_string()
1771 if ( value & FormatFeatureFlagBits2 in to_string()
[all...]
H A Dvulkan_enums.hpp4270 enum class FormatFeatureFlagBits2 : VkFormatFeatureFlags2 class in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::PipelineCacheCreateFlagBits::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace::LogicOp::PipelineCreateFlagBits::PipelineShaderStageCreateFlagBits::PolygonMode::PrimitiveTopology::ShaderStageFlagBits::StencilOp::VertexInputRate::PipelineColorBlendStateCreateFlagBits::PipelineDepthStencilStateCreateFlagBits::PipelineLayoutCreateFlagBits::BorderColor::Filter::SamplerAddressMode::SamplerCreateFlagBits::SamplerMipmapMode::DescriptorPoolCreateFlagBits::DescriptorSetLayoutCreateFlagBits::DescriptorType::AccessFlagBits::AttachmentDescriptionFlagBits::AttachmentLoadOp::AttachmentStoreOp::DependencyFlagBits::FramebufferCreateFlagBits::PipelineBindPoint::RenderPassCreateFlagBits::SubpassDescriptionFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferLevel::CommandBufferResetFlagBits::CommandBufferUsageFlagBits::QueryControlFlagBits::IndexType::StencilFaceFlagBits::SubpassContents::SubgroupFeatureFlagBits::PeerMemoryFeatureFlagBits::MemoryAllocateFlagBits::PointClippingBehavior::TessellationDomainOrigin::SamplerYcbcrModelConversion::SamplerYcbcrRange::ChromaLocation::DescriptorUpdateTemplateType::ExternalMemoryHandleTypeFlagBits::ExternalMemoryFeatureFlagBits::ExternalFenceHandleTypeFlagBits::ExternalFenceFeatureFlagBits::FenceImportFlagBits::SemaphoreImportFlagBits::ExternalSemaphoreHandleTypeFlagBits::ExternalSemaphoreFeatureFlagBits::DriverId::ShaderFloatControlsIndependence::DescriptorBindingFlagBits::ResolveModeFlagBits::SamplerReductionMode::SemaphoreType::SemaphoreWaitFlagBits::PipelineCreationFeedbackFlagBits::ToolPurposeFlagBits::PipelineStageFlagBits2::AccessFlagBits2::SubmitFlagBits::RenderingFlagBits
4318 using FormatFeatureFlagBits2KHR = FormatFeatureFlagBits2;
4320 using FormatFeatureFlags2 = Flags<FormatFeatureFlagBits2>;
4324 struct FlagTraits<FormatFeatureFlagBits2>
4328 FormatFeatureFlagBits2::eSampledImage | FormatFeatureFlagBits2::eStorageImage | FormatFeatureFlagBits2::eStorageImageAtomic |
4329 FormatFeatureFlagBits2::eUniformTexelBuffer | FormatFeatureFlagBits2::eStorageTexelBuffer | FormatFeatureFlagBits2
[all...]

Completed in 127 milliseconds