Searched refs:instruction_scheduler (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_schedule_instructions.cpp | 60 class instruction_scheduler; 65 schedule_node(backend_instruction *inst, instruction_scheduler *sched); 545 class instruction_scheduler { class 547 instruction_scheduler(const backend_shader *s, int grf_count, in instruction_scheduler() function in instruction_scheduler 594 ~instruction_scheduler() in ~instruction_scheduler() 680 class fs_instruction_scheduler : public instruction_scheduler 702 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), in fs_instruction_scheduler() 861 class vec4_instruction_scheduler : public instruction_scheduler 878 : instruction_scheduler(v, grf_count, 0, 0, SCHEDULE_POST), in vec4_instruction_scheduler() 905 instruction_scheduler *sched) in schedule_node() [all …]
|