Lines Matching defs:copy
6 * copy of this software and associated documentation files (the "Software"),
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
37 * main() function to copy the final values to the actual shader outputs.
104 /* copy flags which affect arithematical precision */
119 * Create an assignment to copy a temporary value back to the actual output.
122 copy(void *ctx, ir_variable *output, ir_variable *temp)
129 /** Insert a copy-back assignment before a "return" statement or a call to
136 ir->insert_before(copy(ir, (ir_variable *) key, (ir_variable *) data));
139 /** Insert a copy-back assignment at the end of the main() function */
144 sig->body.push_tail(copy(sig, (ir_variable *) key, (ir_variable *) data));