Searched refs:get_stack_depth (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_finalize.cpp | 269 unsigned elems = get_stack_depth(r, loops, ifs); in run_on() 280 get_stack_depth(r, loops, ifs); in run_on() 890 unsigned bc_finalizer::get_stack_depth(node *n, unsigned &loops, in get_stack_depth() function in r600_sb::bc_finalizer 946 unsigned elems = r ? get_stack_depth(r, loops, ifs, add) : add; in update_nstack()
|
D | sb_pass.h | 722 unsigned get_stack_depth(node *n, unsigned &loops, unsigned &ifs,
|