Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp410 unsigned verts_per_thread = is_scalar ? 8 : 2; in brw_compile_tcs() local
413 DIV_ROUND_UP(nir->info.tess.tcs_vertices_out, verts_per_thread); in brw_compile_tcs()