Home
last modified time | relevance | path

Searched refs:max_gs_threads (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c313 brw->max_gs_threads = 36; in brwCreateContext()
320 brw->max_gs_threads = 128; in brwCreateContext()
331 brw->max_gs_threads = 60; in brwCreateContext()
338 brw->max_gs_threads = 21; /* conservative; 24 if rendering disabled */ in brwCreateContext()
347 brw->max_gs_threads = 32; in brwCreateContext()
352 brw->max_gs_threads = 2; in brwCreateContext()
357 brw->max_gs_threads = 2; in brwCreateContext()
Dgen6_gs_state.c55 OUT_BATCH(((brw->max_gs_threads - 1) << GEN6_GS_MAX_THREADS_SHIFT) | in upload_gs_state()
Dbrw_context.h811 int max_gs_threads; member