Searched refs:rp_threshold (Results 1 – 2 of 2) sorted by relevance
374 if ((sq == SQ_TEX || sq == SQ_VTX) && live_count <= rp_threshold && in bu_sched_bb()391 if (sq == SQ_ALU && live_count > rp_threshold && in bu_sched_bb()
258 static const int rp_threshold = 100; variable