Searched refs:grf_reg_count (Results 1 – 6 of 6) sorted by relevance
51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) / in brw_upload_gs_unit()59 (gs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_gs_unit()
48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) / in brw_upload_clip_unit()55 (clip->thread0.grf_reg_count << 1)) >> 6; 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()57 (vs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_vs_unit()
95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks; in brw_upload_wm_unit()103 (wm->thread0.grf_reg_count << 1)) >> 6; in brw_upload_wm_unit()
155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1; in upload_sf_unit()161 (sf->thread0.grf_reg_count << 1)) >> 6; in upload_sf_unit()
101 GLuint grf_reg_count:3; member