Searched refs:copy_src_reg (Results 1 – 1 of 1) sorted by relevance
217 static void copy_src_reg(struct i915_src_register *o, const struct tgsi_src_register *i) in copy_src_reg() function247 copy_src_reg(&o->Src[0].Register, &i->Src[0].Register); in copy_instruction()248 copy_src_reg(&o->Src[1].Register, &i->Src[1].Register); in copy_instruction()249 copy_src_reg(&o->Src[2].Register, &i->Src[2].Register); in copy_instruction()