~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/freedreno/decode/cffdec.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <stdbool.h>
28
28
 
29
29
#include "freedreno_pm4.h"
 
30
#include "freedreno_dev_info.h"
30
31
 
31
32
enum query_mode {
32
33
   /* default mode, dump all queried regs on each draw: */
44
45
};
45
46
 
46
47
struct cffdec_options {
 
48
   struct fd_dev_id dev_id;
47
49
   unsigned gpu_id;
48
50
   int draw_filter;
49
51
   int color;