/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_gs_state.c | 51 gs->thread0.grf_reg_count = (ALIGN(brw->gs.prog_data->total_grf, 16) / 54 gs->thread0.kernel_start_pointer = 57 offsetof(struct brw_gs_unit_state, thread0), 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) / 50 clip->thread0.kernel_start_pointer = 53 offsetof(struct brw_clip_unit_state, thread0), 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; 52 vs->thread0.kernel_start_pointer = 55 offsetof(struct brw_vs_unit_state, thread0), 57 (vs->thread0.grf_reg_count << 1)) >> 6;
|
brw_wm_state.c | 95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks; 98 wm->thread0.kernel_start_pointer = 101 offsetof(struct brw_wm_unit_state, thread0), 103 (wm->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; 156 sf->thread0.kernel_start_pointer = 159 offsetof(struct brw_sf_unit_state, thread0), 161 (sf->thread0.grf_reg_count << 1)) >> 6;
|
brw_structs.h | 98 struct thread0 struct 148 struct thread0 thread0; member in struct:brw_clip_unit_state 403 struct thread0 thread0; member in struct:brw_sf_unit_state 470 struct thread0 thread0; member in struct:brw_gs_unit_state 514 struct thread0 thread0; member in struct:brw_vs_unit_state 549 struct thread0 thread0 member in struct:brw_wm_unit_state [all...] |
brw_state_dump.c | 86 batch_out(brw, name, offset, 0, "thread0\n"); 102 batch_out(brw, name, offset, 0, "thread0\n"); 118 batch_out(brw, name, offset, 0, "thread0\n"); 138 batch_out(brw, name, offset, 0, "thread0\n"); 155 batch_out(brw, name, offset, 0, "thread0\n");
|
/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) / 54 gs->thread0.kernel_start_pointer = 57 offsetof(struct brw_gs_unit_state, thread0), 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) / 50 clip->thread0.kernel_start_pointer = 53 offsetof(struct brw_clip_unit_state, thread0), 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; 52 vs->thread0.kernel_start_pointer = 55 offsetof(struct brw_vs_unit_state, thread0), 57 (vs->thread0.grf_reg_count << 1)) >> 6;
|
brw_wm_state.c | 95 wm->thread0.grf_reg_count = brw->wm.prog_data->reg_blocks; 98 wm->thread0.kernel_start_pointer = 101 offsetof(struct brw_wm_unit_state, thread0), 103 (wm->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; 156 sf->thread0.kernel_start_pointer = 159 offsetof(struct brw_sf_unit_state, thread0), 161 (sf->thread0.grf_reg_count << 1)) >> 6;
|
brw_structs.h | 98 struct thread0 struct 148 struct thread0 thread0; member in struct:brw_clip_unit_state 403 struct thread0 thread0; member in struct:brw_sf_unit_state 470 struct thread0 thread0; member in struct:brw_gs_unit_state 514 struct thread0 thread0; member in struct:brw_vs_unit_state 549 struct thread0 thread0 member in struct:brw_wm_unit_state [all...] |
brw_state_dump.c | 86 batch_out(brw, name, offset, 0, "thread0\n"); 102 batch_out(brw, name, offset, 0, "thread0\n"); 118 batch_out(brw, name, offset, 0, "thread0\n"); 138 batch_out(brw, name, offset, 0, "thread0\n"); 155 batch_out(brw, name, offset, 0, "thread0\n");
|