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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dr600_cp.c725 u32 vgt_gs_per_es; local
1103 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1105 if (vgt_gs_per_es > 256)
1106 vgt_gs_per_es = 256;
1109 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
1352 u32 vgt_gs_per_es; local
1724 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1726 if (vgt_gs_per_es > 256)
1727 vgt_gs_per_es = 256;
1730 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
[all...]
H A Drv770.c499 u32 vgt_gs_per_es; local
865 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
867 if (vgt_gs_per_es > 256)
868 vgt_gs_per_es = 256;
871 WREG32(VGT_GS_PER_ES, vgt_gs_per_es);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_cp.c725 u32 vgt_gs_per_es; local
1103 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1105 if (vgt_gs_per_es > 256)
1106 vgt_gs_per_es = 256;
1109 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
1352 u32 vgt_gs_per_es; local
1724 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1726 if (vgt_gs_per_es > 256)
1727 vgt_gs_per_es = 256;
1730 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es);
[all...]
H A Drv770.c499 u32 vgt_gs_per_es; local
865 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
867 if (vgt_gs_per_es > 256)
868 vgt_gs_per_es = 256;
871 WREG32(VGT_GS_PER_ES, vgt_gs_per_es);

Completed in 207 milliseconds