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