Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h40 SCHEDULE_POST, enumerator
Dbrw_schedule_instructions.cpp556 this->post_reg_alloc = (mode == SCHEDULE_POST); in instruction_scheduler()
878 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), in vec4_instruction_scheduler()
1527 if (mode == SCHEDULE_PRE || mode == SCHEDULE_POST) { in choose_instruction_to_schedule()
1825 if (mode == SCHEDULE_POST) in schedule_instructions()
Dbrw_fs.cpp8040 schedule_instructions(SCHEDULE_POST); in allocate_registers()