Searched refs:max_wm_threads (Results 1 – 8 of 8) sorted by relevance
297 brw->max_wm_threads = 102; in brwCreateContext()303 brw->max_wm_threads = 204; in brwCreateContext()311 brw->max_wm_threads = 48; in brwCreateContext()318 brw->max_wm_threads = 172; in brwCreateContext()329 brw->max_wm_threads = 80; in brwCreateContext()336 brw->max_wm_threads = 40; in brwCreateContext()348 brw->max_wm_threads = 12 * 6; in brwCreateContext()353 brw->max_wm_threads = 10 * 5; in brwCreateContext()358 brw->max_wm_threads = 8 * 4; in brwCreateContext()
151 dw5 |= (brw->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT; in upload_wm_state()
178 dw4 |= (brw->max_wm_threads - 1) << max_threads_shift; in upload_ps_state()
185 wm->wm5.max_threads = brw->max_wm_threads - 1; in brw_upload_wm_unit()
331 c->prog_data.total_scratch * brw->max_wm_threads); in do_wm_prog()
488 dw4 |= (brw->max_wm_threads - 1) << max_threads_shift; in gen7_blorp_emit_ps_config()
812 int max_wm_threads; member
743 dw5 |= (brw->max_wm_threads - 1) << GEN6_WM_MAX_THREADS_SHIFT; in gen6_blorp_emit_wm_config()