Searched refs:schedule_instructions (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_schedule.c | 616 schedule_instructions(struct vc4_compile *c, in schedule_instructions() function 709 schedule_instructions(c, block, state); in qir_schedule_instructions_block()
|
D | vc4_qpu_schedule.c | 867 schedule_instructions(struct vc4_compile *c, in schedule_instructions() function 1021 uint32_t cycles = schedule_instructions(c, scoreboard, block, in qpu_schedule_instructions_block()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_schedule_instructions.cpp | 623 void schedule_instructions(bblock_t *block); 1684 instruction_scheduler::schedule_instructions(bblock_t *block) in schedule_instructions() function in instruction_scheduler 1811 schedule_instructions(block); in run() 1822 fs_visitor::schedule_instructions(instruction_scheduler_mode mode) in schedule_instructions() function in fs_visitor
|
D | brw_fs.h | 179 void schedule_instructions(instruction_scheduler_mode mode);
|
D | brw_fs.cpp | 7981 schedule_instructions(pre_modes[i]); in allocate_registers() 8040 schedule_instructions(SCHEDULE_POST); in allocate_registers()
|
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 1292 schedule_instructions(struct v3d_compile *c, in schedule_instructions() function 1459 uint32_t cycles = schedule_instructions(c, scoreboard, block, in qpu_schedule_instructions_block()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2116 - intel/schedule_instructions: Move some comments
|