Home
last modified time | relevance | path

Searched refs:NT_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()
Dsb_ir.h668 NT_REGION, enumerator
820 bool is_region() { return type == NT_REGION; } in is_region()
1118 region_node(unsigned id) : container_node(NT_REGION, NST_LIST), region_id(id), in region_node()
Dsb_gcm.cpp134 (n->type == NT_REGION) ? static_cast<region_node*>(n) : NULL; in sched_early()
274 } else if (n->type == NT_REGION) { in sched_late()
Dsb_ra_init.cpp608 } else if (n->type == NT_REGION) { in split()
631 if (n->type == NT_REGION) { in split()
Dsb_shader.cpp548 if (k->type == NT_REGION) { in create_bbs()