Home
last modified time | relevance | path

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

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