Home
last modified time | relevance | path

Searched defs:TestLayer (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.h91 struct TestLayer { struct
95 BUILDER_VALUE(TestLayer, bool, is_meta_layer, false) argument
152TestLayer& add_custom_physical_device_intercept_function(std::string func_name, PFN_vkVoidFunction… in add_custom_physical_device_intercept_function() argument
158TestLayer& add_custom_device_interception_function(std::string func_name, PFN_vkVoidFunction funct… in add_custom_device_interception_function() argument
171 BUILDER_VALUE(TestLayer, std::string, make_spurious_log_in_create_instance, "") argument
182 BUILDER_VALUE(TestLayer, bool, use_gipa_GetPhysicalDeviceProcAddr, true) argument
219 using GetTestLayerFunc = TestLayer* (*)(); argument