Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_def_use.cpp51 bool is_region = (n->type == NT_REGION); in run_on() local
66 } else if (is_region & defs) { in run_on()
79 if (is_region) { in run_on()
Dsb_ra_checker.cpp223 if (c->is_region()) { in run_on()
266 } else if (c->is_region()) { in run_on()
Dsb_ir.cpp431 if (p->is_region()) in get_parent_region()
470 else if (n->is_region()) { in collect_stats()
Dsb_bc_finalize.cpp894 region_node *r = n->is_region() ? in get_stack_depth()
Dsb_ir.h820 bool is_region() { return type == NT_REGION; } in is_region() function