Home
last modified time | relevance | path

Searched refs:eSampleLocationsCompatibleDepthEXT (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2643 eSampleLocationsCompatibleDepthEXT = VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits
2670 case ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT: return "SampleLocationsCompatibleDepthEXT"; in to_string()
8402 VkFlags( ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT ) |
8462 if ( value & ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT ) in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp1881 eSampleLocationsCompatibleDepthEXT = VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits
1903 ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT | ImageCreateFlagBits::eSubsampledEXT | ImageCreateFlagBits::eDescriptorBufferCaptureReplayEXT |
H A Dvulkan_to_string.hpp132 if ( value & ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT ) in to_string()
4922 case ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT: return "SampleLocationsCompatibleDepthEXT"; in to_string()

Completed in 215 milliseconds