Home
last modified time | relevance | path

Searched refs:eProtectedOptional (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp7037 eProtectedOptional = VK_IMAGE_CONSTRAINTS_INFO_PROTECTED_OPTIONAL_FUCHSIA enumerator
7051 | ImageConstraintsInfoFlagBitsFUCHSIA::eProtectedOptional;
Dvulkan_to_string.hpp2421 …if ( value & ImageConstraintsInfoFlagBitsFUCHSIA::eProtectedOptional ) result += "ProtectedOptiona… in to_string()
8160 case ImageConstraintsInfoFlagBitsFUCHSIA::eProtectedOptional : return "ProtectedOptional"; in to_string()