Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c232 copy_src_reg(struct i915_src_register *o, const struct tgsi_src_register *i) in copy_src_reg() function
265 copy_src_reg(&o->Src[0].Register, &i->Src[0].Register); in copy_instruction()
266 copy_src_reg(&o->Src[1].Register, &i->Src[1].Register); in copy_instruction()
267 copy_src_reg(&o->Src[2].Register, &i->Src[2].Register); in copy_instruction()