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.cpp607 this->post_reg_alloc = (mode == SCHEDULE_POST); in instruction_scheduler()
929 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), in vec4_instruction_scheduler()
1583 if (mode == SCHEDULE_PRE || mode == SCHEDULE_POST) { in choose_instruction_to_schedule()
1888 if (mode == SCHEDULE_POST) in schedule_instructions()
Dbrw_fs.cpp8931 schedule_instructions(SCHEDULE_POST); in allocate_registers()