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.cpp1020 struct UnknownFunctionInfo { struct
1021 using Function = FunctionType;
1023 static void add_to_driver(UnknownFunction& func, PhysicalDevice& physical_device) { in add_to_driver()
1047 struct UnknownFunctionInfo<FunctionType, VkPhysicalDevice> { struct
1048 using Function = FunctionType;
1050 static void add_to_driver(UnknownFunction& func, PhysicalDevice& physical_device) { in add_to_driver()
1074 using physical_device = UnknownFunctionInfo<Function<VkPhysicalDevice>, VkPhysicalDevice>; argument