~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/intel/common/intel_decoder.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:
235
235
   unsigned (*get_state_size)(void *user_data,
236
236
                              uint64_t address,
237
237
                              uint64_t base_address);
 
238
 
 
239
   void (*shader_binary)(void *user_data,
 
240
                         const char *short_name,
 
241
                         uint64_t address,
 
242
                         const void *data,
 
243
                         unsigned data_length);
 
244
 
238
245
   void *user_data;
239
246
 
240
247
   FILE *fp;