Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c46 static boolean same_src_dst_reg(struct i915_full_src_register *s1, struct i915_full_dst_register *d… in same_src_dst_reg() function
416 same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_before_tex()
446 !same_src_dst_reg(&current->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) ) in i915_fpc_optimize_mov_after_mov()
498 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu()
522 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu()
557 same_src_dst_reg(&current.FullInstruction.Src[0], &current.FullInstruction.Dst[0]) ) in i915_fpc_useless_mov()
590 same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) ) in i915_fpc_optimize_useless_mov_after_inst()