Searched refs:schedule_instructions (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A 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()
|
H A 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()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_schedule_instructions.cpp | 678 void schedule_instructions(bblock_t *block); 1752 instruction_scheduler::schedule_instructions(bblock_t *block) 1879 schedule_instructions(block); 1890 fs_visitor::schedule_instructions(instruction_scheduler_mode mode)
|
H A D | brw_fs.h | 183 void schedule_instructions(instruction_scheduler_mode mode);
|
H A D | brw_fs.cpp | 6538 schedule_instructions(pre_modes[i]); 6580 schedule_instructions(SCHEDULE_POST);
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 2169 schedule_instructions(struct v3d_compile *c, in schedule_instructions() function 2336 uint32_t cycles = schedule_instructions(c, scoreboard, block, in qpu_schedule_instructions_block()
|
Completed in 16 milliseconds