Searched refs:func_four (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_unknown_ext_tests.cpp | 57 static VKAPI_ATTR float VKAPI_CALL func_four(DispatchableHandleType, int* ptr_a, int* ptr_b, int foo, int bar, float k, float l, in func_four() function 104 static VKAPI_ATTR float VKAPI_CALL func_four(DispatchableHandleType handle, TestLayer* layer, const char* name, int* ptr_a, in func_four() function 106 auto func = reinterpret_cast<decltype(&func_four)>(find_custom_func(layer, name)); in func_four() 125 static VKAPI_ATTR float VKAPI_CALL func_four(DispatchableHandleType, TestLayer*, const char*, int* ptr_a, int* ptr_b, int foo, in func_four() function 153 function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_four)}); in fill_implementation_functions() 167 layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_four)); in fill_device_intercept_functions() 180 layer.add_custom_physical_device_intercept_function(func_names.at(i++), to_vkVoidFunction(funcs.func_four)); in fill_phys_dev_intercept_functions() 208 decltype(FunctionStruct::func_four)* returned_func_ppiiffccc = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions() 245 decltype(FunctionStruct::func_four)* returned_func_ppiiffccc = loader.load(parent, func_names.at(i).c_str()); in check_layer_custom_functions() 283 decltype(FunctionStruct::func_four)* returned_func_ppiiffcc in check_layer_custom_functions_no_implementation() [all...] |
Completed in 3 milliseconds