Home
last modified time | relevance | path

Searched refs:copy_src_reg (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c220 static void copy_src_reg(struct i915_src_register *o, const struct tgsi_src_register *i) in copy_src_reg() function
250 copy_src_reg(&o->Src[0].Register, &i->Src[0].Register); in copy_instruction()
251 copy_src_reg(&o->Src[1].Register, &i->Src[1].Register); in copy_instruction()
252 copy_src_reg(&o->Src[2].Register, &i->Src[2].Register); in copy_instruction()