Home
last modified time | relevance | path

Searched refs:max_vs_threads (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c298 brw->max_vs_threads = 70; in brwCreateContext()
304 brw->max_vs_threads = 280; in brwCreateContext()
312 brw->max_vs_threads = 36; in brwCreateContext()
319 brw->max_vs_threads = 128; in brwCreateContext()
330 brw->max_vs_threads = 60; in brwCreateContext()
337 brw->max_vs_threads = 24; in brwCreateContext()
346 brw->max_vs_threads = 72; in brwCreateContext()
351 brw->max_vs_threads = 32; in brwCreateContext()
356 brw->max_vs_threads = 16; in brwCreateContext()
Dgen7_vs_state.c104 OUT_BATCH(((brw->max_vs_threads - 1) << max_threads_shift) | in upload_vs_state()
Dbrw_vs_state.c141 1, brw->max_vs_threads) - 1; in brw_upload_vs_unit()
Dgen6_vs_state.c194 OUT_BATCH(((brw->max_vs_threads - 1) << GEN6_VS_MAX_THREADS_SHIFT) | in upload_vs_state()
Dbrw_vs.c269 c.prog_data.total_scratch * brw->max_vs_threads); in do_vs_prog()
Dbrw_context.h810 int max_vs_threads; member