Home
last modified time | relevance | path

Searched defs:isa_decode_options (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/isaspec/
H A Disaspec.h60 struct isa_decode_options { struct
61 uint32_t gpu_id;
64 bool show_errors;
71 unsigned max_errors;
74 bool branch_labels;
80 bool stop;
85 void *cbdata;
90 void (*field_cb)(void *data, const char *field_name, struct isa_decode_value *val);
95 void (*field_print_cb)(struct isa_print_state *print, const char *field_name, uint64_t val);
100 void (*pre_instr_cb)(void *data, unsigned n, void *instr);
[all …]