Home
last modified time | relevance | path

Searched refs:add_custom_device_interception_function (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.h148 …TestLayer& add_custom_device_interception_function(std::string func_name, PFN_vkVoidFunction funct… in add_custom_device_interception_function() function
/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp167 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_zer… in fill_device_intercept_functions()
168 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_one… in fill_device_intercept_functions()
169 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_two… in fill_device_intercept_functions()
170 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_thr… in fill_device_intercept_functions()
171 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_fou… in fill_device_intercept_functions()
1136 layer.add_custom_device_interception_function( in add_to_layer()