Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c624 schedule_instructions(struct vc4_compile *c, in schedule_instructions() function
723 schedule_instructions(c, block, &state); in qir_schedule_instructions_block()
Dvc4_qpu_schedule.c890 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/mesa/drivers/dri/i965/
Dbrw_schedule_instructions.cpp508 void schedule_instructions(bblock_t *block);
1572 instruction_scheduler::schedule_instructions(bblock_t *block) in schedule_instructions() function in instruction_scheduler
1715 schedule_instructions(block); in run()
1728 fs_visitor::schedule_instructions(instruction_scheduler_mode mode) in schedule_instructions() function in fs_visitor
Dbrw_fs.h151 void schedule_instructions(instruction_scheduler_mode mode);
Dbrw_fs.cpp5791 schedule_instructions(pre_modes[i]); in allocate_registers()
5840 schedule_instructions(SCHEDULE_POST); in allocate_registers()