Searched defs:TestLayer (Results 1 – 1 of 1) sorted by relevance
| /third_party/vulkan-loader/tests/framework/layer/ |
| D | test_layer.h | 91 struct TestLayer { struct 95 BUILDER_VALUE(TestLayer, bool, is_meta_layer, false) argument 152 …TestLayer& add_custom_physical_device_intercept_function(std::string func_name, PFN_vkVoidFunction… in add_custom_physical_device_intercept_function() argument 158 …TestLayer& 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
|