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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c 1183 u32 vgt_gs_per_es; local in function:rv770_gpu_init
1566 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1568 if (vgt_gs_per_es > 256)
1569 vgt_gs_per_es = 256;
1572 WREG32(VGT_GS_PER_ES, vgt_gs_per_es);
  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 727 u32 vgt_gs_per_es; local in function:r600_gfx_init
1089 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1091 if (vgt_gs_per_es > 256)
1092 vgt_gs_per_es = 256;
1095 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
1271 u32 vgt_gs_per_es; local in function:r700_gfx_init
1613 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1615 if (vgt_gs_per_es > 256)
1616 vgt_gs_per_es = 256;
1619 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
    [all...]

Completed in 13 milliseconds