Searched refs:num_gs_verts_per_thread (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dr600_cp.c674 u32 num_gs_verts_per_thread; local
1037 num_gs_verts_per_thread = dev_priv->r600_max_pipes * 16;
1038 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1219 u32 num_gs_verts_per_thread; local
1561 num_gs_verts_per_thread = dev_priv->r600_max_pipes * 16;
1562 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drv770.c381 u32 num_gs_verts_per_thread; local
763 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16;
764 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;

Completed in 67 milliseconds