HomeSort by relevance Sort by last modified time
    Searched refs:rep_count (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ssa_builder.cpp 97 if (n.rep_count() > 1) {
98 n.loop_phi = create_phi_nodes(n.rep_count());
sb_if_conversion.cpp 204 if (r->dep_count() != 2 || r->rep_count() != 1)
sb_ir.h 1129 unsigned rep_count() { return repeats.size() + 1; } function in class:r600_sb::region_node

Completed in 116 milliseconds