Searched defs:TestLayer (Results 1 – 1 of 1) sorted by relevance
| /third_party/vulkan-loader/tests/framework/layer/ |
| D | test_layer.h | 93 struct TestLayer { struct 97 BUILDER_VALUE(TestLayer, bool, is_meta_layer, false) argument 154 …TestLayer& add_custom_physical_device_intercept_function(std::string func_name, PFN_vkVoidFunction… in add_custom_physical_device_intercept_function() argument 160 …TestLayer& add_custom_device_interception_function(std::string func_name, PFN_vkVoidFunction funct… in add_custom_device_interception_function() argument 173 BUILDER_VALUE(TestLayer, std::string, make_spurious_log_in_create_instance, "") argument 184 BUILDER_VALUE(TestLayer, bool, use_gipa_GetPhysicalDeviceProcAddr, true) argument 225 using GetTestLayerFunc = TestLayer* (*)(); argument
|