Searched refs:SCHEDULE_POST (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_shader.h | 40 SCHEDULE_POST, enumerator in enum:instruction_scheduler_mode
|
| H A D | brw_schedule_instructions.cpp | 607 this->post_reg_alloc = (mode == SCHEDULE_POST); 929 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), 1583 if (mode == SCHEDULE_PRE || mode == SCHEDULE_POST) { 1888 if (mode == SCHEDULE_POST)
|
| H A D | brw_fs.cpp | 8934 schedule_instructions(SCHEDULE_POST);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_shader.h | 196 SCHEDULE_POST, enumerator in enum:instruction_scheduler_mode
|
| H A D | brw_schedule_instructions.cpp | 539 this->post_reg_alloc = (mode == SCHEDULE_POST); 858 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), 1509 if (mode == SCHEDULE_PRE || mode == SCHEDULE_POST) { 1822 if (mode != SCHEDULE_POST) 1826 if (mode == SCHEDULE_POST)
|
| H A D | brw_fs.cpp | 7318 schedule_instructions(SCHEDULE_POST);
|
Completed in 27 milliseconds