Home
last modified time | relevance | path

Searched refs:i915_full_dst_register (Results 1 – 3 of 3) 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()
54 static boolean same_dst_reg(struct i915_full_dst_register *d1, struct i915_full_dst_register *d2) in same_dst_reg()
265 struct i915_full_dst_register *dst_reg, in liveness_mark_written()
295 struct i915_full_dst_register *dst_reg; in liveness_analysis()
361 static int unused_from(struct i915_optimize_context *ctx, struct i915_full_dst_register *dst_reg, i… in unused_from()
436 struct i915_full_dst_register *dst_reg1, *dst_reg2; in i915_fpc_optimize_mov_after_mov()
Di915_fpc.h275 struct i915_full_dst_register struct
303 struct i915_full_dst_register Dst[1];
Di915_fpc_translate.c297 const struct i915_full_dst_register *dest) in get_result_vector()