Searched refs:grf_reg_count (Results 1 – 6 of 6) sorted by relevance
50 gs->thread0.grf_reg_count = (ALIGN(brw->ff_gs.prog_data->total_grf, 16) / in brw_upload_gs_unit()58 (gs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_gs_unit()
55 vs->thread0.grf_reg_count = ALIGN(vue_prog_data->total_grf, 16) / 16 - 1; in brw_upload_vs_unit()61 (vs->thread0.grf_reg_count << 1)) >> 6; in brw_upload_vs_unit()
74 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) / in brw_upload_clip_unit()81 (clip->thread0.grf_reg_count << 1)) >> 6; in brw_upload_clip_unit()
106 wm->thread0.grf_reg_count = prog_data->reg_blocks_0; in brw_upload_wm_unit()112 (wm->thread0.grf_reg_count << 1)) >> 6; in brw_upload_wm_unit()
147 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1; in upload_sf_unit()153 (sf->thread0.grf_reg_count << 1)) >> 6; in upload_sf_unit()
75 unsigned grf_reg_count:3; member