Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/isa/
Disa.h44 struct isa_decode_options { struct
45 uint32_t gpu_id;
48 bool show_errors;
55 unsigned max_errors;
58 bool branch_labels;
82 void isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options); argument