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

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_gcm.cpp 374 if ((sq == SQ_TEX || sq == SQ_VTX) && live_count <= rp_threshold &&
391 if (sq == SQ_ALU && live_count > rp_threshold &&
468 --live_count;
708 ++live_count;
709 GCM_DUMP ( sblog << "live_count: " << live_count << "\n"; );
sb_pass.h 256 int live_count; member in class:r600_sb::gcm
268 live(), live_count(), pending_exec_mask_update() {}

Completed in 643 milliseconds