Home
last modified time | relevance | path

Searched defs:is_region (Results 1 – 2 of 2) 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
Dsb_ir.h820 bool is_region() { return type == NT_REGION; } in is_region() function