Home | History | Annotate | Download | only in glsl

Lines Matching defs:call

115                        "function call parameter `%s' drops "
122 "function call parameter `%s' drops "
129 "function call parameter `%s' drops "
136 "function call parameter `%s' drops "
143 "function call parameter `%s' drops "
420 * the function call returns.
437 * additional conversion is needed in the post-call re-write.
462 /* Replace the parameter in the call with a dereference of the new
490 * Generate a function call.
493 * variable which stores the return value for the call. For void functions,
508 * call takes place. Since we haven't emitted the call yet, we'll place
509 * the post-call conversions in a temporary exec_list, and emit them later.
541 * values, other const variables (not including function call
553 * - a built-in function call whose arguments are all constant
566 * - a built-in function call whose arguments are all constant
576 * - a built-in function call whose arguments are all constant
582 * If the function call is a constant expression, don't generate any
612 ir_call *call = new(ctx) ir_call(sig, deref,
614 instructions->push_tail(call);
617 call->generate_inline(call);
618 call->remove();
788 "no matching function for call to `%s';"
1103 /* Dereference a row of the matrix, then call this function again to get