Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c616 schedule_instructions(struct vc4_compile *c, in schedule_instructions() function
709 schedule_instructions(c, block, state); in qir_schedule_instructions_block()
Dvc4_qpu_schedule.c867 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/
Dbrw_schedule_instructions.cpp623 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
Dbrw_fs.h179 void schedule_instructions(instruction_scheduler_mode mode);
Dbrw_fs.cpp7981 schedule_instructions(pre_modes[i]); in allocate_registers()
8040 schedule_instructions(SCHEDULE_POST); in allocate_registers()
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c1292 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/
D19.1.0.rst2116 - intel/schedule_instructions: Move some comments