Searched refs:last_tmp (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs.h99 GLuint last_tmp; member in struct:brw_vs_compile
H A Dbrw_clip_util.c50 struct brw_reg tmp = brw_vec4_grf(c->last_tmp, 0);
52 if (++c->last_tmp > c->prog_data.total_grf)
53 c->prog_data.total_grf = c->last_tmp;
60 if (tmp.nr == c->last_tmp-1)
61 c->last_tmp--;
H A Dbrw_clip.h109 GLuint last_tmp; member in struct:brw_clip_compile
H A Dbrw_clip_line.c94 c->last_tmp = i;
H A Dbrw_vs_emit.c82 struct brw_reg tmp = brw_vec8_grf(c->last_tmp, 0);
84 if (++c->last_tmp > c->prog_data.total_grf)
85 c->prog_data.total_grf = c->last_tmp;
92 if (tmp.nr == c->last_tmp-1)
93 c->last_tmp--;
98 c->last_tmp = c->first_tmp;
384 c->last_tmp = reg; /* for allocation purposes */
H A Dbrw_clip_tri.c46 c->last_tmp = c->first_tmp;
128 c->last_tmp = i;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.h99 GLuint last_tmp; member in struct:brw_vs_compile
H A Dbrw_clip_util.c50 struct brw_reg tmp = brw_vec4_grf(c->last_tmp, 0);
52 if (++c->last_tmp > c->prog_data.total_grf)
53 c->prog_data.total_grf = c->last_tmp;
60 if (tmp.nr == c->last_tmp-1)
61 c->last_tmp--;
H A Dbrw_clip.h109 GLuint last_tmp; member in struct:brw_clip_compile
H A Dbrw_clip_line.c94 c->last_tmp = i;
H A Dbrw_vs_emit.c82 struct brw_reg tmp = brw_vec8_grf(c->last_tmp, 0);
84 if (++c->last_tmp > c->prog_data.total_grf)
85 c->prog_data.total_grf = c->last_tmp;
92 if (tmp.nr == c->last_tmp-1)
93 c->last_tmp--;
98 c->last_tmp = c->first_tmp;
384 c->last_tmp = reg; /* for allocation purposes */
H A Dbrw_clip_tri.c46 c->last_tmp = c->first_tmp;
128 c->last_tmp = i;

Completed in 698 milliseconds