Searched refs:SamplerMipmapMode (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ | ||
H A D | TriangleBenchmarks.cpp | 257 samplerInfo.mipmapMode = vk::SamplerMipmapMode::eLinear; in TriangleSampleTexture() |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_to_string.hpp | 5915 VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) in to_string() 5919 case SamplerMipmapMode::eNearest: return "Nearest"; in to_string() 5920 case SamplerMipmapMode::eLinear: return "Linear"; in to_string() |
H A D | vulkan_enums.hpp | 3189 enum class SamplerMipmapMode 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 |
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 4291 enum class SamplerMipmapMode 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 4297 VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) in to_string() 4301 case SamplerMipmapMode::eNearest: return "Nearest"; in to_string() 4302 case SamplerMipmapMode::eLinear: return "Linear"; in to_string() |
H A D | vulkan_structs.hpp | [all...] |
Completed in 292 milliseconds