Home
last modified time | relevance | path

Searched defs:UnknownFunctionInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp1018 struct UnknownFunctionInfo { struct
1019 using Function = FunctionType;
1021 static void add_to_driver(UnknownFunction& func, PhysicalDevice& physical_device) { in add_to_driver()
1045 struct UnknownFunctionInfo<FunctionType, VkPhysicalDevice> { argument
1046 using Function = FunctionType;
1048 static void add_to_driver(UnknownFunction& func, PhysicalDevice& physical_device) { in add_to_driver()
1072 using physical_device = UnknownFunctionInfo<Function<VkPhysicalDevice>, VkPhysicalDevice>; argument