Searched refs:brw_wm_ref (Results 1 – 7 of 7) sorted by relevance
42 static struct brw_wm_ref *get_ref( struct brw_wm_compile *c ) in get_ref()70 struct brw_wm_ref *ref = &c->undef_ref; in pass0_init_undef()84 struct brw_wm_ref *ref = get_ref(c); in pass0_set_fpreg_value()97 const struct brw_wm_ref *src_ref ) in pass0_set_fpreg_ref()102 static const struct brw_wm_ref *get_param_ref( struct brw_wm_compile *c, in get_param_ref()113 struct brw_wm_ref *ref = get_ref(c); in get_param_ref()132 static const struct brw_wm_ref *get_const_ref( struct brw_wm_compile *c, in get_const_ref()166 static const struct brw_wm_ref *pass0_get_reg( struct brw_wm_compile *c, in pass0_get_reg()171 const struct brw_wm_ref *ref = c->pass0_fp_reg[file][idx][component]; in pass0_get_reg()263 static const struct brw_wm_ref *get_fp_src_reg_ref( struct brw_wm_compile *c, in get_fp_src_reg_ref()[all …]
118 struct brw_wm_ref *lastuse;124 struct brw_wm_ref { struct127 struct brw_wm_ref *prevuse; argument134 const struct brw_wm_ref *ref; argument141 struct brw_wm_ref *src[3][4];237 const struct brw_wm_ref *pass0_fp_reg[NUM_FILES][256][4];239 struct brw_wm_ref undef_ref;242 struct brw_wm_ref *refs;304 struct brw_wm_ref *ref );
55 static void unlink_ref(struct brw_wm_ref *ref) in unlink_ref()63 struct brw_wm_ref *i = value->lastuse; in unlink_ref()77 struct brw_wm_ref *ref = inst->src[arg][i]; in track_arg()
141 const struct brw_wm_ref *ref = grf->value->lastuse; in update_register_usage()270 struct brw_wm_ref *ref = inst->src[i][j]; in load_args()
62 struct brw_wm_ref *ref ) in brw_wm_print_ref()
312 c->refs = rzalloc_array(c, struct brw_wm_ref, BRW_WM_MAX_REF); in do_wm_prog()
1611 struct brw_wm_ref *arg[], in get_argument_regs()