Home
last modified time | relevance | path

Searched refs:grf_reg_count (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs_state.c50 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()
Dbrw_vs_state.c55 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()
Dbrw_clip_state.c74 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()
Dbrw_wm_state.c106 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()
Dbrw_sf_state.c147 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()
Dbrw_structs.h75 unsigned grf_reg_count:3; member