Searched refs:vgt_gs_per_es (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/drm/
H A Dr600_cp.c675 u32 vgt_gs_per_es; local
1038 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1040 if (vgt_gs_per_es > 256)
1041 vgt_gs_per_es = 256;
1044 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
1220 u32 vgt_gs_per_es; local
1562 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1564 if (vgt_gs_per_es > 256)
1565 vgt_gs_per_es = 256;
1568 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr600_cp.c721 u32 vgt_gs_per_es; local
1099 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1101 if (vgt_gs_per_es > 256)
1102 vgt_gs_per_es = 256;
1105 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
1348 u32 vgt_gs_per_es; local
1720 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1722 if (vgt_gs_per_es > 256)
1723 vgt_gs_per_es = 256;
1726 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
[all...]
H A Drv770.c379 u32 vgt_gs_per_es; local
761 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
763 if (vgt_gs_per_es > 256)
764 vgt_gs_per_es = 256;
767 WREG32(VGT_GS_PER_ES, vgt_gs_per_es);

Completed in 58 milliseconds