Searched defs:FunctionZero (Results 1 – 1 of 1) sorted by relevance
| /third_party/vulkan-loader/tests/ |
| D | loader_unknown_ext_tests.cpp | 800 struct FunctionZero { struct 801 …TR uint32_t VKAPI_CALL implementation(DispatchableHandle, uint32_t a, uint32_t b) { return a + b; } in implementation() 804 …tatic VKAPI_ATTR uint32_t VKAPI_CALL intercept(DispatchableHandle handle, uint32_t a, uint32_t b) { in intercept() 812 …lkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, const char* name, in check() 819 …_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, in check_no_implementation()
|