Home
last modified time | relevance | path

Searched defs:parser_context (Results 1 – 3 of 3) 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/decoder/
Dintel_decoder.c63 struct parser_context { struct
64 XML_Parser parser;
65 int foo;
66 struct location loc;
68 struct intel_group *group;
69 struct intel_enum *enoom;
70 const char *dirname;
71 struct genxml_import import;
73 int n_values, n_allocated_values;
74 struct intel_value **values;
[all …]
/third_party/spirv-tools/source/
Dlibspirv.cpp120 CxxParserContext parser_context = {header_parser, instruction_parser}; in Parse() local