Home
last modified time | relevance | path

Searched refs:SCHEDULE_POST (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.h40 SCHEDULE_POST, enumerator
Dbrw_schedule_instructions.cpp611 this->post_reg_alloc = (mode == SCHEDULE_POST); in instruction_scheduler()
933 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), in vec4_instruction_scheduler()
1587 if (mode == SCHEDULE_PRE || mode == SCHEDULE_POST) { in choose_instruction_to_schedule()
1893 if (mode == SCHEDULE_POST) in schedule_instructions()
Dbrw_fs.cpp6580 schedule_instructions(SCHEDULE_POST); in allocate_registers()