Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass0.c42 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 …]
Dbrw_wm.h118 struct brw_wm_ref *lastuse;
124 struct brw_wm_ref { struct
127 struct brw_wm_ref *prevuse; argument
134 const struct brw_wm_ref *ref; argument
141 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 );
Dbrw_wm_pass1.c55 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()
Dbrw_wm_pass2.c141 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()
Dbrw_wm_debug.c62 struct brw_wm_ref *ref ) in brw_wm_print_ref()
Dbrw_wm.c312 c->refs = rzalloc_array(c, struct brw_wm_ref, BRW_WM_MAX_REF); in do_wm_prog()
Dbrw_wm_emit.c1611 struct brw_wm_ref *arg[], in get_argument_regs()