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.h158 …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.cpp163 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_zer… in fill_device_intercept_functions()
164 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_one… in fill_device_intercept_functions()
165 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_two… in fill_device_intercept_functions()
166 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_thr… in fill_device_intercept_functions()
167 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_fou… in fill_device_intercept_functions()
1032 layer.add_custom_device_interception_function( in add_to_layer()