Searched refs:ir_read_error (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir_reader.cpp37 static void ir_read_error(_mesa_glsl_parse_state *, s_expression *,
80 ir_read_error(state, NULL, "couldn't parse S-Expression.");
98 ir_read_error(_mesa_glsl_parse_state *state, s_expression *expr, function
131 ir_read_error(st, expr, "expected type (array ...) or (struct ...)");
136 ir_read_error(st, expr, "expected type (array <type> <int>)");
144 ir_read_error(st, NULL, "when reading base type of array");
151 ir_read_error(st, expr, "found non-integer array size");
159 ir_read_error(st, expr, "expected (array ...) or (struct ...); "
167 ir_read_error(st, expr, "expected <type> (symbol or list)");
173 ir_read_error(s
[all...]

Completed in 93 milliseconds