Searched refs:func_one (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_unknown_ext_tests.cpp | 52 static VKAPI_ATTR uint32_t VKAPI_CALL func_one(DispatchableHandleType, uint32_t foo, uint32_t bar) { return foo + bar; }; in func_one() function 84 static VKAPI_ATTR uint32_t VKAPI_CALL func_one(DispatchableHandleType handle, TestLayer* layer, const char* name, uint32_t i, in func_one() function 86 auto func = reinterpret_cast<decltype(&func_one)>(find_custom_func(layer, name)); in func_one() 115 static VKAPI_ATTR uint32_t VKAPI_CALL func_one(DispatchableHandleType, TestLayer*, const char*, uint32_t i, float f) { in func_one() function 150 function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_one)}); in fill_implementation_functions() 164 layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_one)); in fill_device_intercept_functions() 177 layer.add_custom_physical_device_intercept_function(func_names.at(i++), to_vkVoidFunction(funcs.func_one)); in fill_phys_dev_intercept_functions() 192 decltype(FunctionStruct::func_one)* returned_func_ii = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions() 224 decltype(FunctionStruct::func_one)* returned_func_if = loader.load(parent, func_names.at(i).c_str()); in check_layer_custom_functions() 264 decltype(FunctionStruct::func_one)* returned_func_i in check_layer_custom_functions_no_implementation() [all...] |
Completed in 2 milliseconds