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