Home
last modified time | relevance | path

Searched refs:post_scheduler (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp713 int post_scheduler::run() { in run()
718 void post_scheduler::run_on(container_node* n) { in run_on()
732 void post_scheduler::init_uc_val(container_node *c, value *v) { in init_uc_val()
738 void post_scheduler::init_uc_vec(container_node *c, vvec &vv, bool src) { in init_uc_vec()
753 unsigned post_scheduler::init_ucm(container_node *c, node *n) { in init_ucm()
761 void post_scheduler::schedule_bb(bb_node* bb) { in schedule_bb()
805 void post_scheduler::init_regmap() { in init_regmap()
854 void post_scheduler::load_index_register(value *v, unsigned ar_idx) in load_index_register()
894 void post_scheduler::process_fetch(container_node *c) { in process_fetch()
936 void post_scheduler::process_alu(container_node *c) { in process_alu()
[all …]
Dsb_sched.h248 class post_scheduler : public pass {
265 post_scheduler(shader &sh) : pass(sh), in post_scheduler() function
Dsb_core.cpp230 SB_RUN_PASS(post_scheduler, 1); in r600_sb_bytecode_process()