HomeSort by: relevance | last modified time | path
    Searched defs:num_gs_verts_per_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c 1182 u32 num_gs_verts_per_thread; local in function:rv770_gpu_init
1565 num_gs_verts_per_thread = rdev->config.rv770.max_pipes * 16;
1566 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 726 u32 num_gs_verts_per_thread; local in function:r600_gfx_init
1088 num_gs_verts_per_thread = dev_priv->r600_max_pipes * 16;
1089 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1270 u32 num_gs_verts_per_thread; local in function:r700_gfx_init
1612 num_gs_verts_per_thread = dev_priv->r600_max_pipes * 16;
1613 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;

Completed in 15 milliseconds