Home
last modified time | relevance | path

Searched refs:SubgroupFeatureFlagBits (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp4764 enum class SubgroupFeatureFlagBits : VkSubgroupFeatureFlags class in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace::LogicOp::PipelineCreateFlagBits::PipelineShaderStageCreateFlagBits::PolygonMode::PrimitiveTopology::ShaderStageFlagBits::StencilOp::VertexInputRate::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
4777 VULKAN_HPP_INLINE std::string to_string( SubgroupFeatureFlagBits value ) in to_string()
4781 case SubgroupFeatureFlagBits::eBasic: return "Basic"; in to_string()
4782 case SubgroupFeatureFlagBits::eVote: return "Vote"; in to_string()
4783 case SubgroupFeatureFlagBits::eArithmetic: return "Arithmetic"; in to_string()
4784 case SubgroupFeatureFlagBits::eBallot: return "Ballot"; in to_string()
4785 case SubgroupFeatureFlagBits::eShuffle: return "Shuffle"; in to_string()
4786 case SubgroupFeatureFlagBits::eShuffleRelative: return "ShuffleRelative"; in to_string()
4787 case SubgroupFeatureFlagBits::eClustered: return "Clustered"; in to_string()
4788 case SubgroupFeatureFlagBits in to_string()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp1208 if ( value & SubgroupFeatureFlagBits::eBasic ) in to_string()
1210 if ( value & SubgroupFeatureFlagBits::eVote ) in to_string()
1212 if ( value & SubgroupFeatureFlagBits::eArithmetic ) in to_string()
1214 if ( value & SubgroupFeatureFlagBits::eBallot ) in to_string()
1216 if ( value & SubgroupFeatureFlagBits::eShuffle ) in to_string()
1218 if ( value & SubgroupFeatureFlagBits::eShuffleRelative ) in to_string()
1220 if ( value & SubgroupFeatureFlagBits::eClustered ) in to_string()
1222 if ( value & SubgroupFeatureFlagBits::eQuad ) in to_string()
1224 if ( value & SubgroupFeatureFlagBits::ePartitionedNV ) in to_string()
6208 VULKAN_HPP_INLINE std::string to_string( SubgroupFeatureFlagBits valu
[all...]
H A Dvulkan_enums.hpp3572 enum class SubgroupFeatureFlagBits : VkSubgroupFeatureFlags 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
3585 using SubgroupFeatureFlags = Flags<SubgroupFeatureFlagBits>;
3588 struct FlagTraits<SubgroupFeatureFlagBits>
3592 SubgroupFeatureFlagBits::eBasic | SubgroupFeatureFlagBits::eVote | SubgroupFeatureFlagBits::eArithmetic | SubgroupFeatureFlagBits::eBallot |
3593 SubgroupFeatureFlagBits::eShuffle | SubgroupFeatureFlagBits::eShuffleRelative | SubgroupFeatureFlagBits
[all...]

Completed in 184 milliseconds