Searched refs:rep_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp97 if (n.rep_count() > 1) {
98 n.loop_phi = create_phi_nodes(n.rep_count());
H A Dsb_if_conversion.cpp201 if (r->dep_count() != 2 || r->rep_count() != 1)
H A Dsb_ir.h1139 unsigned rep_count() { return repeats.size() + 1; } function in class:r600_sb::region_node
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp97 if (n.rep_count() > 1) {
98 n.loop_phi = create_phi_nodes(n.rep_count());
H A Dsb_if_conversion.cpp201 if (r->dep_count() != 2 || r->rep_count() != 1)
H A Dsb_ir.h1141 unsigned rep_count() { return repeats.size() + 1; } function in class:r600_sb::region_node

Completed in 9 milliseconds