HomeSort by relevance Sort by last modified time
    Searched full:brw_wm_ref (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 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
    [all...]
brw_wm.h 89 * brw_wm_ref: A reference to a value. Wherever a value used is by an
118 struct brw_wm_ref *lastuse;
124 struct brw_wm_ref { struct
127 struct brw_wm_ref *prevuse;
134 const struct brw_wm_ref *ref;
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 )
    [all...]
brw_wm_pass1.c 55 static void unlink_ref(struct brw_wm_ref *ref)
63 struct brw_wm_ref *i = value->lastuse;
77 struct brw_wm_ref *ref = inst->src[arg][i];
brw_wm_pass2.c 141 const struct brw_wm_ref *ref = grf->value->lastuse;
270 struct brw_wm_ref *ref = inst->src[i][j];
brw_wm_debug.c 62 struct brw_wm_ref *ref )
brw_wm.c 312 c->refs = rzalloc_array(c, struct brw_wm_ref, BRW_WM_MAX_REF);
brw_wm_emit.c     [all...]

Completed in 299 milliseconds