File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 * ----------------------------------------------------------------------------
2424 */
2525
26- #include " framework/device_dispatch_table.hpp"
2726#include " device.hpp"
27+ #include " framework/device_dispatch_table.hpp"
2828
2929#include < memory>
3030#include < mutex>
Original file line number Diff line number Diff line change 6262#include < vulkan/utility/vk_safe_struct.hpp>
6363#include < vulkan/vk_layer.h>
6464
65- #include " framework/device_dispatch_table.hpp"
66-
6765#include " layer_comms.hpp"
6866#include " comms/comms_module.hpp"
67+ #include " framework/device_dispatch_table.hpp"
6968#include " instance.hpp"
7069#include " trackers/device.hpp"
7170
Original file line number Diff line number Diff line change 11/*
22 * SPDX-License-Identifier: MIT
33 * ----------------------------------------------------------------------------
4- * Copyright (c) 2024 Arm Limited
4+ * Copyright (c) 2024-2025 Arm Limited
55 *
66 * Permission is hereby granted, free of charge, to any person obtaining a copy
77 * of this software and associated documentation files (the "Software"), to
Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ struct user_tag {};
7474 *
7575 * Layer-specified intercepts implemented for a specific layer must NOT use
7676 * default_tag type for their specializations. This is a dummy tag used in the
77- * dispatch logic that will not match a layer-specific specialization.
77+ * dispatch logic to select the common-code implementation instead of a
78+ * layer-specific specialization.
7879 */
7980struct default_tag {};
8081
You can’t perform that action at this time.
0 commit comments