Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp85 else if(clearAspect == vk::ImageAspectFlagBits::eDepth) in initialize()
144 BENCHMARK_CAPTURE(ClearImage, VK_FORMAT_D32_SFLOAT, vk::Format::eD32Sfloat, vk::ImageAspectFlagBits::eDepth)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime();
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp3027 eDepth = VK_IMAGE_ASPECT_DEPTH_BIT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits
3047 case ImageAspectFlagBits::eDepth: return "Depth"; in to_string()
8996 allFlags = VkFlags( ImageAspectFlagBits::eColor ) | VkFlags( ImageAspectFlagBits::eDepth ) |
9036 if ( value & ImageAspectFlagBits::eDepth ) in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2185 eDepth = VK_IMAGE_ASPECT_DEPTH_BIT, 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
2208 static VULKAN_HPP_CONST_OR_CONSTEXPR ImageAspectFlags allFlags = ImageAspectFlagBits::eColor | ImageAspectFlagBits::eDepth | ImageAspectFlagBits::eStencil |
H A Dvulkan_to_string.hpp398 if ( value & ImageAspectFlagBits::eDepth ) in to_string()
5145 case ImageAspectFlagBits::eDepth: return "Depth"; in to_string()

Completed in 234 milliseconds