Searched refs:max_wm_grf (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass2.c124 c->max_wm_grf = i * 2;
257 if ((reg+nr)*2 > c->max_wm_grf)
258 c->max_wm_grf = (reg+nr) * 2;
H A Dbrw_wm.h254 GLuint max_wm_grf; member in struct:brw_wm_compile
H A Dbrw_wm.c120 c->prog_data.reg_blocks = brw_register_blocks(c->max_wm_grf);
H A Dbrw_wm_emit.c977 * max_wm_grf is almost surely less than the maximum GRF, and
981 struct brw_reg temp = brw_vec8_grf(c->max_wm_grf, 0);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass2.c124 c->max_wm_grf = i * 2;
257 if ((reg+nr)*2 > c->max_wm_grf)
258 c->max_wm_grf = (reg+nr) * 2;
H A Dbrw_wm.h254 GLuint max_wm_grf; member in struct:brw_wm_compile
H A Dbrw_wm.c120 c->prog_data.reg_blocks = brw_register_blocks(c->max_wm_grf);
H A Dbrw_wm_emit.c977 * max_wm_grf is almost surely less than the maximum GRF, and
981 struct brw_reg temp = brw_vec8_grf(c->max_wm_grf, 0);

Completed in 79 milliseconds