Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1059 eCubeCompatible = VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT, enumerator
1081 | ImageCreateFlagBits::eCubeCompatible
Dvulkansc_to_string.hpp74 if ( value & ImageCreateFlagBits::eCubeCompatible ) result += "CubeCompatible | "; in to_string()
2045 case ImageCreateFlagBits::eCubeCompatible : return "CubeCompatible"; in to_string()
Dvulkan_enums.hpp1865 eCubeCompatible = VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT, enumerator
1899 | ImageCreateFlagBits::eCubeCompatible
Dvulkan_to_string.hpp82 if ( value & ImageCreateFlagBits::eCubeCompatible ) result += "CubeCompatible | "; in to_string()
4050 case ImageCreateFlagBits::eCubeCompatible : return "CubeCompatible"; in to_string()