Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp50 beginInfo.flags = vk::CommandBufferUsageFlagBits::eOneTimeSubmit; in beginSingleTimeCommands()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp4674 enum class CommandBufferUsageFlagBits : VkCommandBufferUsageFlags 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::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferLevel::CommandBufferResetFlagBits
4681 VULKAN_HPP_INLINE std::string to_string( CommandBufferUsageFlagBits value ) in to_string()
4685 case CommandBufferUsageFlagBits::eOneTimeSubmit: return "OneTimeSubmit"; in to_string()
4686 case CommandBufferUsageFlagBits::eRenderPassContinue: return "RenderPassContinue"; in to_string()
4687 case CommandBufferUsageFlagBits::eSimultaneousUse: return "SimultaneousUse"; in to_string()
10757 using CommandBufferUsageFlags = Flags<CommandBufferUsageFlagBits>;
10760 struct FlagTraits<CommandBufferUsageFlagBits>
10764 allFlags = VkFlags( CommandBufferUsageFlagBits::eOneTimeSubmit ) |
10765 VkFlags( CommandBufferUsageFlagBits::eRenderPassContinue ) |
10766 VkFlags( CommandBufferUsageFlagBits
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp1164 if ( value & CommandBufferUsageFlagBits::eOneTimeSubmit ) in to_string()
1166 if ( value & CommandBufferUsageFlagBits::eRenderPassContinue ) in to_string()
1168 if ( value & CommandBufferUsageFlagBits::eSimultaneousUse ) in to_string()
6152 VULKAN_HPP_INLINE std::string to_string( CommandBufferUsageFlagBits value ) in to_string()
6156 case CommandBufferUsageFlagBits::eOneTimeSubmit: return "OneTimeSubmit"; in to_string()
6157 case CommandBufferUsageFlagBits::eRenderPassContinue: return "RenderPassContinue"; in to_string()
6158 case CommandBufferUsageFlagBits::eSimultaneousUse: return "SimultaneousUse"; in to_string()
H A Dvulkan_enums.hpp3505 enum class CommandBufferUsageFlagBits : VkCommandBufferUsageFlags 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::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferLevel::CommandBufferResetFlagBits
3512 using CommandBufferUsageFlags = Flags<CommandBufferUsageFlagBits>;
3515 struct FlagTraits<CommandBufferUsageFlagBits>
3519 CommandBufferUsageFlagBits::eOneTimeSubmit | CommandBufferUsageFlagBits::eRenderPassContinue | CommandBufferUsageFlagBits::eSimultaneousUse;

Completed in 207 milliseconds