Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp97 if (n.rep_count() > 1) { in visit()
98 n.loop_phi = create_phi_nodes(n.rep_count()); in visit()
Dsb_if_conversion.cpp201 if (r->dep_count() != 2 || r->rep_count() != 1) in run_on()
Dsb_ir.h1139 unsigned rep_count() { return repeats.size() + 1; } in rep_count() function