Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_cp.c736 u32 num_gs_verts_per_thread; in r600_gfx_init() local
1114 num_gs_verts_per_thread = dev_priv->r600_max_pipes * 16; in r600_gfx_init()
1115 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r600_gfx_init()
1363 u32 num_gs_verts_per_thread; in r700_gfx_init() local
1735 num_gs_verts_per_thread = dev_priv->r600_max_pipes * 16; in r700_gfx_init()
1736 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r700_gfx_init()
Drv770.c1171 u32 num_gs_verts_per_thread; in rv770_gpu_init() local
1554 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16; in rv770_gpu_init()
1555 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in rv770_gpu_init()