HomeSort by relevance Sort by last modified time
    Searched refs:grf_reg_count (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) /
59 (gs->thread0.grf_reg_count << 1)) >> 6;
brw_clip_state.c 48 clip->thread0.grf_reg_count = (ALIGN(brw->clip.prog_data->total_grf, 16) /
55 (clip->thread0.grf_reg_count << 1)) >> 6;
brw_vs_state.c 51 vs->thread0.grf_reg_count = ALIGN(brw->vs.prog_data->total_grf, 16) / 16 - 1;
57 (vs->thread0.grf_reg_count << 1)) >> 6;
brw_sf_state.c 155 sf->thread0.grf_reg_count = ALIGN(brw->sf.prog_data->total_grf, 16) / 16 - 1;
161 (sf->thread0.grf_reg_count << 1)) >> 6;
brw_wm_state.c 95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks;
103 (wm->thread0.grf_reg_count << 1)) >> 6;
brw_structs.h 101 GLuint grf_reg_count:3; member in struct:thread0
    [all...]

Completed in 53 milliseconds