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.cpp374 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()
Dsb_pass.h258 static const int rp_threshold = 100; variable