Home
last modified time | relevance | path

Searched refs:skip_body (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_reader.cpp48 ir_function *read_function(s_expression *, bool skip_body);
49 void read_function_sig(ir_function *, s_expression *, bool skip_body);
190 ir_reader::read_function(s_expression *expr, bool skip_body) in read_function() argument
214 read_function_sig(f, s_sig, skip_body); in read_function()
226 ir_reader::read_function_sig(ir_function *f, s_expression *expr, bool skip_body) in read_function_sig() argument
265 if (sig == NULL && skip_body) { in read_function_sig()
295 if (!skip_body && !body_list->subexpressions.is_empty()) { in read_function_sig()