Searched refs:DependencyFlagBits (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ | ||
H A D | DrawTester.cpp | 169 dependencies[0].dependencyFlags = vk::DependencyFlagBits::eByRegion; in createRenderPass() 177 dependencies[1].dependencyFlags = vk::DependencyFlagBits::eByRegion; in createRenderPass() |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 4522 enum class DependencyFlagBits : VkDependencyFlags 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 4531 VULKAN_HPP_INLINE std::string to_string( DependencyFlagBits value ) in to_string() 4535 case DependencyFlagBits::eByRegion: return "ByRegion"; in to_string() 4536 case DependencyFlagBits::eDeviceGroup: return "DeviceGroup"; in to_string() 4537 case DependencyFlagBits::eViewLocal: return "ViewLocal"; in to_string() 10409 using DependencyFlags = Flags<DependencyFlagBits>; 10412 struct FlagTraits<DependencyFlagBits> 10416 allFlags = VkFlags( DependencyFlagBits::eByRegion ) | VkFlags( DependencyFlagBits::eDeviceGroup ) | 10417 VkFlags( DependencyFlagBits [all...] |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_to_string.hpp | 1056 if ( value & DependencyFlagBits::eByRegion ) in to_string() 1058 if ( value & DependencyFlagBits::eDeviceGroup ) in to_string() 1060 if ( value & DependencyFlagBits::eViewLocal ) in to_string() 1062 if ( value & DependencyFlagBits::eFeedbackLoopEXT ) in to_string() 6052 VULKAN_HPP_INLINE std::string to_string( DependencyFlagBits value ) in to_string() 6056 case DependencyFlagBits::eByRegion: return "ByRegion"; in to_string() 6057 case DependencyFlagBits::eDeviceGroup: return "DeviceGroup"; in to_string() 6058 case DependencyFlagBits::eViewLocal: return "ViewLocal"; in to_string() 6059 case DependencyFlagBits::eFeedbackLoopEXT: return "FeedbackLoopEXT"; in to_string() |
H A D | vulkan_enums.hpp | 3365 enum class DependencyFlagBits : VkDependencyFlags 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 3375 using DependencyFlags = Flags<DependencyFlagBits>; 3378 struct FlagTraits<DependencyFlagBits> 3382 DependencyFlagBits::eByRegion | DependencyFlagBits::eDeviceGroup | DependencyFlagBits::eViewLocal | DependencyFlagBits::eFeedbackLoopEXT; |
Completed in 196 milliseconds