Home
last modified time | relevance | path

Searched refs:eSampleLocationsCompatibleDepthEXT (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1067 eSampleLocationsCompatibleDepthEXT = VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT enumerator
1089 | ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT;
Dvulkansc_to_string.hpp82 …if ( value & ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT ) result += "SampleLocationsC… in to_string()
2053 …case ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT : return "SampleLocationsCompatibleDe… in to_string()
Dvulkan_enums.hpp1878 eSampleLocationsCompatibleDepthEXT = VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT, enumerator
1908 | ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT
Dvulkan_to_string.hpp91 …if ( value & ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT ) result += "SampleLocationsC… in to_string()
4059 …case ImageCreateFlagBits::eSampleLocationsCompatibleDepthEXT : return "SampleLocationsCompatibleDe… in to_string()