Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp60 class instruction_scheduler;
65 schedule_node(backend_instruction *inst, instruction_scheduler *sched);
429 class instruction_scheduler { class
431 instruction_scheduler(backend_shader *s, int grf_count, in instruction_scheduler() function in instruction_scheduler
477 ~instruction_scheduler() in ~instruction_scheduler()
564 class fs_instruction_scheduler : public instruction_scheduler
586 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), in fs_instruction_scheduler()
743 class vec4_instruction_scheduler : public instruction_scheduler
760 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), in vec4_instruction_scheduler()
787 instruction_scheduler *sched) in schedule_node()
[all …]