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,
218 vec4_instruction *copy =
221 copy->exec_size = width;
222 copy->group = entry->generator->group;
223 copy->force_writemask_all =
225 entry->generator->insert_after(block, copy);
239 vec4_instruction *copy =
242 copy->exec_size = inst->exec_size;
243 copy->group = inst->group;
244 copy->force_writemask_all = inst->force_writemask_all;
245 inst->insert_before(block, copy);