Home
last modified time | relevance | path

Searched refs:rp_threshold (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp377 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()
Dsb_pass.h259 static const int rp_threshold = 100; variable