Home | History | Annotate | Download | only in i965

Lines Matching full:brw_wm_ref

42 static struct brw_wm_ref *get_ref( struct brw_wm_compile *c )
70 struct brw_wm_ref *ref = &c->undef_ref;
84 struct brw_wm_ref *ref = get_ref(c);
97 const struct brw_wm_ref *src_ref )
102 static const struct brw_wm_ref *get_param_ref( struct brw_wm_compile *c,
113 struct brw_wm_ref *ref = get_ref(c);
132 static const struct brw_wm_ref *get_const_ref( struct brw_wm_compile *c,
166 static const struct brw_wm_ref *pass0_get_reg( struct brw_wm_compile *c,
171 const struct brw_wm_ref *ref = c->pass0_fp_reg[file][idx][component];
263 static const struct brw_wm_ref *get_fp_src_reg_ref( struct brw_wm_compile *c,
268 const struct brw_wm_ref *src_ref;
283 static struct brw_wm_ref *get_new_ref( struct brw_wm_compile *c,
288 const struct brw_wm_ref *ref = get_fp_src_reg_ref(c, src, i);
289 struct brw_wm_ref *newref = get_ref(c);
354 struct brw_wm_ref *refs[4];