Searched refs:eVideoDecodeKHR (Results 1 - 3 of 3) sorted by relevance
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2040 eVideoDecodeKHR = VK_QUEUE_VIDEO_DECODE_BIT_KHR, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits 2052 QueueFlagBits::eSparseBinding | QueueFlagBits::eProtected | QueueFlagBits::eVideoDecodeKHR | 4108 eVideoDecodeKHR = VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR, member 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 4149 PipelineStageFlagBits2::ePreRasterizationShaders | PipelineStageFlagBits2::eVideoDecodeKHR | PipelineStageFlagBits2::eVideoEncodeKHR | |
H A D | vulkan_to_string.hpp | 272 if ( value & QueueFlagBits::eVideoDecodeKHR ) in to_string() 1583 if ( value & PipelineStageFlagBits2::eVideoDecodeKHR ) in to_string() 5051 case QueueFlagBits::eVideoDecodeKHR: return "VideoDecodeKHR"; in to_string() 6594 case PipelineStageFlagBits2::eVideoDecodeKHR: return "VideoDecodeKHR"; in to_string() |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2858 eVideoDecodeKHR = VK_QUEUE_VIDEO_DECODE_BIT_KHR, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits 2873 case QueueFlagBits::eVideoDecodeKHR: return "VideoDecodeKHR"; in to_string() 8701 | VkFlags( QueueFlagBits::eVideoDecodeKHR ) | VkFlags( QueueFlagBits::eVideoEncodeKHR ) 8746 if ( value & QueueFlagBits::eVideoDecodeKHR ) in to_string() |
Completed in 232 milliseconds