Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_enums.hpp126 eCommandBufferInheritanceInfo = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO, enumerator
Dvulkan_to_string.hpp2593 case StructureType::eCommandBufferInheritanceInfo : return "CommandBufferInheritanceInfo"; in to_string()
Dvulkan_structs.hpp12965 …_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo;
13083 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferInheritanceInfo;
13095 struct CppType<StructureType, StructureType::eCommandBufferInheritanceInfo>