Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp3949 enum class PipelineShaderStageCreateFlagBits : VkPipelineShaderStageCreateFlags 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
3955 VULKAN_HPP_INLINE std::string to_string( PipelineShaderStageCreateFlagBits value ) in to_string()
3959 case PipelineShaderStageCreateFlagBits::eAllowVaryingSubgroupSizeEXT: return "AllowVaryingSubgroupSizeEXT"; in to_string()
3960 case PipelineShaderStageCreateFlagBits::eRequireFullSubgroupsEXT: return "RequireFullSubgroupsEXT"; in to_string()
9928 using PipelineShaderStageCreateFlags = Flags<PipelineShaderStageCreateFlagBits>;
9931 struct FlagTraits<PipelineShaderStageCreateFlagBits>
9935 allFlags = VkFlags( PipelineShaderStageCreateFlagBits::eAllowVaryingSubgroupSizeEXT ) |
9936 VkFlags( PipelineShaderStageCreateFlagBits::eRequireFullSubgroupsEXT )
9941 operator|( PipelineShaderStageCreateFlagBits bit0, PipelineShaderStageCreateFlagBits bit
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2896 enum class PipelineShaderStageCreateFlagBits : VkPipelineShaderStageCreateFlags 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
2904 using PipelineShaderStageCreateFlags = Flags<PipelineShaderStageCreateFlagBits>;
2907 struct FlagTraits<PipelineShaderStageCreateFlagBits>
2911 PipelineShaderStageCreateFlagBits::eAllowVaryingSubgroupSize | PipelineShaderStageCreateFlagBits::eRequireFullSubgroups;
H A Dvulkan_to_string.hpp838 if ( value & PipelineShaderStageCreateFlagBits::eAllowVaryingSubgroupSize ) in to_string()
840 if ( value & PipelineShaderStageCreateFlagBits::eRequireFullSubgroups ) in to_string()
5706 VULKAN_HPP_INLINE std::string to_string( PipelineShaderStageCreateFlagBits value ) in to_string()
5710 case PipelineShaderStageCreateFlagBits::eAllowVaryingSubgroupSize: return "AllowVaryingSubgroupSize"; in to_string()
5711 case PipelineShaderStageCreateFlagBits::eRequireFullSubgroups: return "RequireFullSubgroups"; in to_string()

Completed in 223 milliseconds