Searched refs:total_grf (Results 1 – 12 of 12) sorted by relevance
79 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()
400 GLuint total_grf; member415 GLuint total_grf; member420 GLuint total_grf; member434 GLuint total_grf; member
51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) / in brw_upload_gs_unit()
52 if (++c->last_tmp > c->prog_data.total_grf) in get_tmp()53 c->prog_data.total_grf = c->last_tmp; in get_tmp()
48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) / in brw_upload_clip_unit()
51 vs->thread0.grf_reg_count = ALIGN(brw->vs.prog_data->total_grf, 16) / 16 - 1; in brw_upload_vs_unit()
155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1; in upload_sf_unit()
97 c->prog_data.total_grf = i; in brw_clip_line_alloc_regs()
85 c->prog_data.total_grf = i; in brw_gs_alloc_regs()
84 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()
281 c->prog_data.total_grf = reg; in alloc_regs()
131 c->prog_data.total_grf = i; in brw_clip_tri_alloc_regs()