Home
last modified time | relevance | path

Searched refs:total_grf (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_reg_allocate.cpp79 prog_data->total_grf = next; in reg_allocate_trivial()
90 if (prog_data->total_grf > max_grf) { in reg_allocate_trivial()
92 prog_data->total_grf, max_grf); in reg_allocate_trivial()
224 prog_data->total_grf = first_assigned_grf; in reg_allocate()
229 prog_data->total_grf = MAX2(prog_data->total_grf, in reg_allocate()
Dbrw_context.h400 GLuint total_grf; member
415 GLuint total_grf; member
420 GLuint total_grf; member
434 GLuint total_grf; member
Dbrw_gs_state.c51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) / in brw_upload_gs_unit()
Dbrw_clip_util.c52 if (++c->last_tmp > c->prog_data.total_grf) in get_tmp()
53 c->prog_data.total_grf = c->last_tmp; in get_tmp()
Dbrw_clip_state.c48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) / in brw_upload_clip_unit()
Dbrw_vs_state.c51 vs->thread0.grf_reg_count = ALIGN(brw->vs.prog_data->total_grf, 16) / 16 - 1; in brw_upload_vs_unit()
Dbrw_sf_state.c155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1; in upload_sf_unit()
Dbrw_clip_line.c97 c->prog_data.total_grf = i; in brw_clip_line_alloc_regs()
Dbrw_gs_emit.c85 c->prog_data.total_grf = i; in brw_gs_alloc_regs()
Dbrw_vs_emit.c84 if (++c->last_tmp > c->prog_data.total_grf) in get_tmp()
85 c->prog_data.total_grf = c->last_tmp; in get_tmp()
415 c->prog_data.total_grf = reg; in brw_vs_alloc_regs()
Dbrw_sf_emit.c281 c->prog_data.total_grf = reg; in alloc_regs()
Dbrw_clip_tri.c131 c->prog_data.total_grf = i; in brw_clip_tri_alloc_regs()