HomeSort by relevance Sort by last modified time
    Searched full:ir_read_error (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glsl/
ir_reader.cpp 37 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(st, expr, "invalid type: %s", type_sym->value())
    [all...]

Completed in 804 milliseconds