Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c67 struct parser_context { struct
68 XML_Parser parser;
69 const struct v3d_device_info *devinfo;
70 int foo;
71 struct location loc;
73 struct v3d_group *group;
74 struct v3d_enum *enoom;
76 int nvalues;
77 struct v3d_value *values[256];
79 struct v3d_spec *spec;
[all …]
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c50 struct parser_context { struct
51 XML_Parser parser;
52 int foo;
53 struct location loc;
55 struct intel_group *group;
56 struct intel_enum *enoom;
58 int n_values, n_allocated_values;
59 struct intel_value **values;
61 struct intel_field *last_field;
63 struct intel_spec *spec;