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.c39 static boolean same_src_dst_reg(struct i915_full_src_register* s1, struct i915_full_dst_register* d… in same_src_dst_reg() function
209 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu()
233 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu()
268 same_src_dst_reg(&current.FullInstruction.Src[0], &current.FullInstruction.Dst[0]) ) in i915_fpc_useless_mov()
294 same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) ) in i915_fpc_optimize_useless_mov_after_inst()