Home
last modified time | relevance | path

Searched refs:eExplicitPreprocess (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp7556 eExplicitPreprocess = VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EXPLICIT_PREPROCESS_BIT_NV, enumerator
7565 case IndirectCommandsLayoutUsageFlagBitsNV::eExplicitPreprocess: return "ExplicitPreprocess"; in to_string()
14117 allFlags = VkFlags( IndirectCommandsLayoutUsageFlagBitsNV::eExplicitPreprocess ) |
14153 if ( value & IndirectCommandsLayoutUsageFlagBitsNV::eExplicitPreprocess ) in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp6167 eExplicitPreprocess = VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EXPLICIT_PREPROCESS_BIT_NV, enumerator
6178 …CommandsLayoutUsageFlagsNV allFlags = IndirectCommandsLayoutUsageFlagBitsNV::eExplicitPreprocess |
Dvulkan_to_string.hpp2866 if ( value & IndirectCommandsLayoutUsageFlagBitsNV::eExplicitPreprocess ) in to_string()
8168 case IndirectCommandsLayoutUsageFlagBitsNV::eExplicitPreprocess: return "ExplicitPreprocess"; in to_string()