| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 73 prog_data->total_grf = next; 82 if (prog_data->total_grf > max_grf) { 84 prog_data->total_grf, max_grf); 260 prog_data->total_grf = payload_reg_count; 265 prog_data->total_grf = MAX2(prog_data->total_grf,
|
| H A D | brw_compiler.h | 1043 GLuint total_grf; member in struct:brw_vue_prog_data 1155 uint32_t total_grf; member in struct:brw_sf_prog_data 1170 uint32_t total_grf; member in struct:brw_clip_prog_data
|
| H A D | brw_clip_util.c | 44 if (++c->last_tmp > c->prog_data.total_grf) 45 c->prog_data.total_grf = c->last_tmp;
|
| H A D | brw_clip_line.c | 93 c->prog_data.total_grf = i;
|
| H A D | brw_clip_tri.c | 129 c->prog_data.total_grf = i;
|
| H A D | brw_compile_sf.c | 319 c->prog_data.total_grf = reg;
|
| H A D | brw_schedule_instructions.cpp | 1841 vec4_instruction_scheduler sched(this, prog_data->total_grf);
|
| H A D | brw_vec4.cpp | 1084 assert(prog_data->total_grf ||
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 73 prog_data->total_grf = next; 82 if (prog_data->total_grf > max_grf) { 84 prog_data->total_grf, max_grf); 221 prog_data->total_grf = payload_reg_count; 224 prog_data->total_grf = MAX2(prog_data->total_grf,
|
| H A D | brw_clip_util.c | 44 if (++c->last_tmp > c->prog_data.total_grf) 45 c->prog_data.total_grf = c->last_tmp;
|
| H A D | brw_compiler.h | 1092 unsigned total_grf; member in struct:brw_ff_gs_prog_data 1283 GLuint total_grf; member in struct:brw_vue_prog_data 1401 uint32_t total_grf; member in struct:brw_sf_prog_data 1416 uint32_t total_grf; member in struct:brw_clip_prog_data
|
| H A D | brw_clip_line.c | 93 c->prog_data.total_grf = i;
|
| H A D | brw_compile_ff_gs.c | 111 c->prog_data->total_grf = i;
|
| H A D | brw_clip_tri.c | 129 c->prog_data.total_grf = i;
|
| H A D | brw_compile_sf.c | 319 c->prog_data.total_grf = reg;
|
| H A D | brw_schedule_instructions.cpp | 1903 vec4_instruction_scheduler sched(this, prog_data->total_grf);
|
| H A D | brw_vec4.cpp | 1068 assert(prog_data->total_grf ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | gen4_blorp_exec.h | 84 sf.GRFRegisterCount = DIV_ROUND_UP(prog_data->total_grf, 16) - 1;
|
| H A D | brw_ff_gs_emit.c | 83 c->prog_data.total_grf = i;
|
| H A D | brw_context.h | 339 GLuint total_grf; member in struct:brw_ff_gs_prog_data
|
| H A D | genX_state_upload.c | 1298 DIV_ROUND_UP(brw->clip.prog_data->total_grf, 16) - 1; 1540 sf.GRFRegisterCount = DIV_ROUND_UP(sf_prog_data->total_grf, 16) - 1; 2189 vs.GRFRegisterCount = DIV_ROUND_UP(vue_prog_data->total_grf, 16) - 1; 2808 DIV_ROUND_UP(brw->ff_gs.prog_data->total_grf, 16) - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | gen4_blorp_exec.h | 81 sf.GRFRegisterCount = DIV_ROUND_UP(prog_data->total_grf, 16) - 1;
|
| H A D | crocus_state.c | 6650 clip.GRFRegisterCount = DIV_ROUND_UP(clip_prog_data->total_grf, 16) - 1; 6773 vs.GRFRegisterCount = DIV_ROUND_UP(vue_prog_data->total_grf, 16) - 1; 6951 DIV_ROUND_UP(gs_prog_data->total_grf, 16) - 1; 7056 sf.GRFRegisterCount = DIV_ROUND_UP(sf_prog_data->total_grf, 16) - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | gfx4_blorp_exec.h | 84 sf.GRFRegisterCount = DIV_ROUND_UP(prog_data->total_grf, 16) - 1;
|
| H A D | genX_state_upload.c | 1288 DIV_ROUND_UP(brw->clip.prog_data->total_grf, 16) - 1; 1530 sf.GRFRegisterCount = DIV_ROUND_UP(sf_prog_data->total_grf, 16) - 1; 2172 vs.GRFRegisterCount = DIV_ROUND_UP(vue_prog_data->total_grf, 16) - 1; 2706 DIV_ROUND_UP(brw->ff_gs.prog_data->total_grf, 16) - 1;
|