intel/batch-decoder: Decode vertex and index buffers

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2017-12-13 09:19:57 -08:00
parent e27ec208ed
commit d4081fb778
2 changed files with 161 additions and 0 deletions
+2
View File
@@ -191,6 +191,8 @@ enum gen_batch_decode_flags {
GEN_BATCH_DECODE_FULL = (1 << 1),
/** Print offsets along with the batch */
GEN_BATCH_DECODE_OFFSETS = (1 << 2),
/** Guess when a value is a float and print it as such */
GEN_BATCH_DECODE_FLOATS = (1 << 3),
};
struct gen_batch_decode_bo {