Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_enums.hpp96 eQueryPoolCreateInfo = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO, enumerator
Dvulkan_to_string.hpp2563 case StructureType::eQueryPoolCreateInfo : return "QueryPoolCreateInfo"; in to_string()
Dvulkan_structs.hpp79778 …ic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eQueryPoolCreateInfo;
79882 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueryPoolCreateInfo;
79892 struct CppType<StructureType, StructureType::eQueryPoolCreateInfo>