Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp909 if ( value & SamplerCreateFlagBits::eSubsampledEXT ) in to_string()
911 if ( value & SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT ) in to_string()
913 if ( value & SamplerCreateFlagBits::eDescriptorBufferCaptureReplayEXT ) in to_string()
915 if ( value & SamplerCreateFlagBits::eNonSeamlessCubeMapEXT ) in to_string()
917 if ( value & SamplerCreateFlagBits::eImageProcessingQCOM ) in to_string()
5902 VULKAN_HPP_INLINE std::string to_string( SamplerCreateFlagBits value ) in to_string()
5906 case SamplerCreateFlagBits::eSubsampledEXT: return "SubsampledEXT"; in to_string()
5907 case SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT: return "SubsampledCoarseReconstructionEXT"; in to_string()
5908 case SamplerCreateFlagBits::eDescriptorBufferCaptureReplayEXT: return "DescriptorBufferCaptureReplayEXT"; in to_string()
5909 case SamplerCreateFlagBits in to_string()
[all...]
H A Dvulkan_enums.hpp3169 enum class SamplerCreateFlagBits : VkSamplerCreateFlags 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
3178 using SamplerCreateFlags = Flags<SamplerCreateFlagBits>;
3181 struct FlagTraits<SamplerCreateFlagBits>
3185 SamplerCreateFlagBits::eSubsampledEXT | SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT |
3186 SamplerCreateFlagBits::eDescriptorBufferCaptureReplayEXT | SamplerCreateFlagBits::eNonSeamlessCubeMapEXT | SamplerCreateFlagBits::eImageProcessingQCOM;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp4275 enum class SamplerCreateFlagBits : VkSamplerCreateFlags 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
4281 VULKAN_HPP_INLINE std::string to_string( SamplerCreateFlagBits value ) in to_string()
4285 case SamplerCreateFlagBits::eSubsampledEXT: return "SubsampledEXT"; in to_string()
4286 case SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT: return "SubsampledCoarseReconstructionEXT"; in to_string()
10081 using SamplerCreateFlags = Flags<SamplerCreateFlagBits>;
10084 struct FlagTraits<SamplerCreateFlagBits>
10088 allFlags = VkFlags( SamplerCreateFlagBits::eSubsampledEXT ) |
10089 VkFlags( SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT )
10093 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR SamplerCreateFlags operator|( SamplerCreateFlagBits bit0,
10094 SamplerCreateFlagBits bit
[all...]

Completed in 195 milliseconds