Home | History | Annotate | Download | only in glsl

Lines Matching defs:parameters

221       ir_read_error(expr, "Expected (signature <type> (parameters ...) "
231 if (paramtag == NULL || strcmp(paramtag->value(), "parameters") != 0) {
232 ir_read_error(paramlist, "Expected (parameters ...)");
236 // Read the parameters list into a temporary place.
241 for (it.next() /* skip "parameters" */; it.has_next(); it.next()) {
633 exec_list parameters;
642 parameters.push_tail(param);
652 ir_function_signature *callee = f->matching_signature(&parameters);
667 return new(mem_ctx) ir_call(callee, return_deref, &parameters);
1046 // tex doesn't have any extra parameters.