Home | History | Annotate | Download | only in glsl

Lines Matching defs:copy

5  * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
517 * have an initializer but a later instance does, copy the
819 ir_variable *copy = ir->var->clone(this->target, NULL);
821 this->symbols->add_variable(copy);
822 this->instructions->push_head(copy);
823 ir->var = copy;
1071 * copy of the original shader that contained the main function).