Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp61 class instruction_scheduler;
66 schedule_node(backend_instruction *inst, instruction_scheduler *sched);
600 class instruction_scheduler { class
602 instruction_scheduler(const backend_shader *s, int grf_count, in instruction_scheduler() function in instruction_scheduler
649 ~instruction_scheduler() in ~instruction_scheduler()
735 class fs_instruction_scheduler : public instruction_scheduler
757 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), in fs_instruction_scheduler()
916 class vec4_instruction_scheduler : public instruction_scheduler
933 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), in vec4_instruction_scheduler()
960 instruction_scheduler *sched) in schedule_node()
[all …]