Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.h112 struct brw_wm_value *value;
116 struct brw_wm_value { struct
126 struct brw_wm_value *value; argument
140 struct brw_wm_value *dst[4];
225 struct brw_wm_value *vreg;
228 struct brw_wm_value creg[BRW_WM_MAX_PARAM];
232 struct brw_wm_value depth[4]; /* includes r0/r1 */
233 struct brw_wm_value input_interp[FRAG_ATTRIB_MAX];
240 struct brw_wm_value undef_value;
301 struct brw_wm_value *value );
Dbrw_wm_pass2.c45 struct brw_wm_value *value);
48 struct brw_wm_value *value, in prealloc_reg()
164 struct brw_wm_value *value) in spill_value()
230 struct brw_wm_value *dst[], in alloc_contiguous_dest()
Dbrw_wm_pass0.c49 static struct brw_wm_value *get_value( struct brw_wm_compile *c) in get_value()
82 struct brw_wm_value *value ) in pass0_set_fpreg_value()
Dbrw_wm_debug.c38 struct brw_wm_value *value ) in brw_wm_print_value()
Dbrw_wm_pass1.c57 struct brw_wm_value *value = ref->value; in unlink_ref()
Dbrw_wm.c311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG); in do_wm_prog()
Dbrw_wm_emit.c1636 struct brw_wm_value *values, in spill_values()