Home
last modified time | relevance | path

Searched refs:NT_DEPART (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h670 NT_DEPART, enumerator
821 bool is_depart() { return type == NT_DEPART; } in is_depart()
1092 : container_node(NT_DEPART, NST_LIST), target(target), dep_id(id) {} in depart_node()
Dsb_shader.cpp536 && I->type != NT_DEPART in create_bbs()
557 if (k->type == NT_DEPART) in create_bbs()
Dsb_ra_init.cpp600 if (n->type == NT_DEPART) { in split()