Home
last modified time | relevance | path

Searched refs:collect_instructions (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp48 collect_instructions(sh.root, true); in run()
90 collect_instructions(sh.root, false); in run()
107 void gcm::collect_instructions(container_node *c, bool early_pass) { in collect_instructions() function in r600_sb::gcm
126 collect_instructions(static_cast<container_node*>(*I), early_pass); in collect_instructions()
Dsb_pass.h274 void collect_instructions(container_node *c, bool early_pass);