Searched refs:schedule_instructions (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_schedule.c | 634 schedule_instructions(struct vc4_compile *c, in schedule_instructions() function 733 schedule_instructions(c, block, &state); in qir_schedule_instructions_block()
|
D | vc4_qpu_schedule.c | 890 schedule_instructions(struct vc4_compile *c, in schedule_instructions() function 1059 uint32_t cycles = schedule_instructions(c, scoreboard, block, in qpu_schedule_instructions_block()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_schedule_instructions.cpp | 506 void schedule_instructions(bblock_t *block); 1564 instruction_scheduler::schedule_instructions(bblock_t *block) in schedule_instructions() function in instruction_scheduler 1707 schedule_instructions(block); in run() 1720 fs_visitor::schedule_instructions(instruction_scheduler_mode mode) in schedule_instructions() function in fs_visitor
|
D | brw_fs.h | 159 void schedule_instructions(instruction_scheduler_mode mode);
|
D | brw_fs.cpp | 6110 schedule_instructions(pre_modes[i]); in allocate_registers() 6161 schedule_instructions(SCHEDULE_POST); in allocate_registers()
|
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 1225 schedule_instructions(struct v3d_compile *c, in schedule_instructions() function 1400 uint32_t cycles = schedule_instructions(c, scoreboard, block, in qpu_schedule_instructions_block()
|