Home
last modified time | relevance | path

Searched refs:CommandPoolCreateFlagBits (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp4612 enum class CommandPoolCreateFlagBits : VkCommandPoolCreateFlags 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
4619 VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlagBits value ) in to_string()
4623 case CommandPoolCreateFlagBits::eTransient: return "Transient"; in to_string()
4624 case CommandPoolCreateFlagBits::eResetCommandBuffer: return "ResetCommandBuffer"; in to_string()
4625 case CommandPoolCreateFlagBits::eProtected: return "Protected"; in to_string()
10610 using CommandPoolCreateFlags = Flags<CommandPoolCreateFlagBits>;
10613 struct FlagTraits<CommandPoolCreateFlagBits>
10617 allFlags = VkFlags( CommandPoolCreateFlagBits::eTransient ) |
10618 VkFlags( CommandPoolCreateFlagBits::eResetCommandBuffer ) |
10619 VkFlags( CommandPoolCreateFlagBits
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp329 commandPoolCreateInfo.flags = vk::CommandPoolCreateFlagBits::eResetCommandBuffer; in createCommandBuffers()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp1124 if ( value & CommandPoolCreateFlagBits::eTransient ) in to_string()
1126 if ( value & CommandPoolCreateFlagBits::eResetCommandBuffer ) in to_string()
1128 if ( value & CommandPoolCreateFlagBits::eProtected ) in to_string()
6113 VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlagBits value ) in to_string()
6117 case CommandPoolCreateFlagBits::eTransient: return "Transient"; in to_string()
6118 case CommandPoolCreateFlagBits::eResetCommandBuffer: return "ResetCommandBuffer"; in to_string()
6119 case CommandPoolCreateFlagBits::eProtected: return "Protected"; in to_string()
H A Dvulkan_enums.hpp3454 enum class CommandPoolCreateFlagBits : VkCommandPoolCreateFlags 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
3461 using CommandPoolCreateFlags = Flags<CommandPoolCreateFlagBits>;
3464 struct FlagTraits<CommandPoolCreateFlagBits>
3468 CommandPoolCreateFlagBits::eTransient | CommandPoolCreateFlagBits::eResetCommandBuffer | CommandPoolCreateFlagBits::eProtected;

Completed in 201 milliseconds