Home
last modified time | relevance | path

Searched refs:max_fetch (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_context.cpp54 max_fetch = is_r600() ? 8 : 16; in init()
Dsb_gcm.cpp378 cnt_ready[sq] < ctx.max_fetch/2 && in bu_sched_bb()
421 ((last_count >= ctx.max_fetch/2 && in bu_sched_bb()
423 last_count + ncnt > ctx.max_fetch)) in bu_sched_bb()
Dsb_bc.h669 unsigned max_fetch; variable
Dsb_bc_builder.cpp186 assert(bc.count < ctx.max_fetch); in build_cf()