Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1058 eMutableFormat = VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT, enumerator
1080 | ImageCreateFlagBits::eMutableFormat
3385 eMutableFormat = VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR enumerator
3397 | SwapchainCreateFlagBitsKHR::eMutableFormat;
Dvulkansc_to_string.hpp73 if ( value & ImageCreateFlagBits::eMutableFormat ) result += "MutableFormat | "; in to_string()
1073 if ( value & SwapchainCreateFlagBitsKHR::eMutableFormat ) result += "MutableFormat | "; in to_string()
2044 case ImageCreateFlagBits::eMutableFormat : return "MutableFormat"; in to_string()
3907 case SwapchainCreateFlagBitsKHR::eMutableFormat : return "MutableFormat"; in to_string()
Dvulkan_enums.hpp1864 eMutableFormat = VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT, enumerator
1898 | ImageCreateFlagBits::eMutableFormat
4767 eMutableFormat = VK_SWAPCHAIN_CREATE_MUTABLE_FORMAT_BIT_KHR, enumerator
4780 | SwapchainCreateFlagBitsKHR::eMutableFormat
Dvulkan_to_string.hpp81 if ( value & ImageCreateFlagBits::eMutableFormat ) result += "MutableFormat | "; in to_string()
1351 if ( value & SwapchainCreateFlagBitsKHR::eMutableFormat ) result += "MutableFormat | "; in to_string()
4049 case ImageCreateFlagBits::eMutableFormat : return "MutableFormat"; in to_string()
6201 case SwapchainCreateFlagBitsKHR::eMutableFormat : return "MutableFormat"; in to_string()