Searched refs:brw_wm_value (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h84 * brw_wm_value: A computed value or program input. Values are
103 * translated to one or more brw_wm_value structs, one for each time
112 struct brw_wm_value *value;
116 struct brw_wm_value { struct
126 struct brw_wm_value *value;
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_inter
[all...]
H A Dbrw_wm_pass2.c45 struct brw_wm_value *value);
48 struct brw_wm_value *value,
164 struct brw_wm_value *value)
230 struct brw_wm_value *dst[],
H A Dbrw_wm_debug.c38 struct brw_wm_value *value )
H A Dbrw_wm_pass1.c57 struct brw_wm_value *value = ref->value;
H A Dbrw_wm_pass0.c49 static struct brw_wm_value *get_value( struct brw_wm_compile *c)
82 struct brw_wm_value *value )
H A Dbrw_wm.c311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG);
H A Dbrw_wm_emit.c1636 struct brw_wm_value *values,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h84 * brw_wm_value: A computed value or program input. Values are
103 * translated to one or more brw_wm_value structs, one for each time
112 struct brw_wm_value *value;
116 struct brw_wm_value { struct
126 struct brw_wm_value *value;
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_inter
[all...]
H A Dbrw_wm_pass2.c45 struct brw_wm_value *value);
48 struct brw_wm_value *value,
164 struct brw_wm_value *value)
230 struct brw_wm_value *dst[],
H A Dbrw_wm_debug.c38 struct brw_wm_value *value )
H A Dbrw_wm_pass1.c57 struct brw_wm_value *value = ref->value;
H A Dbrw_wm_pass0.c49 static struct brw_wm_value *get_value( struct brw_wm_compile *c)
82 struct brw_wm_value *value )
H A Dbrw_wm.c311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG);
H A Dbrw_wm_emit.c1636 struct brw_wm_value *values,

Completed in 73 milliseconds