Searched defs:is_repeat (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h820 bool is_repeat() { return type == NT_REPEAT; } function in class:r600_sb::node
1127 while (p && (p->is_depart() || p->is_repeat()))

Completed in 166 milliseconds