[Mesa-dev] [PATCH 01/15] radv: add a comment that describes the trace BO layout

Samuel Pitoiset samuel.pitoiset at gmail.com
Tue Sep 12 10:35:38 UTC 2017


Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
---
 src/amd/vulkan/radv_debug.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c
index d52ba5d86d..052daaef2f 100644
--- a/src/amd/vulkan/radv_debug.c
+++ b/src/amd/vulkan/radv_debug.c
@@ -32,6 +32,12 @@
 #include "radv_debug.h"
 #include "radv_shader.h"
 
+/* Trace BO layout:
+ *
+ * [0]: primary trace ID
+ * [1]: secondary trace ID
+ */
+
 bool
 radv_init_trace(struct radv_device *device)
 {
-- 
2.14.1



More information about the mesa-dev mailing list