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

/freebsd-11-stable/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-11-stable/sys/dev/drm2/radeon/
H A Drv770.c382 u32 vgt_gs_per_es; local
764 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
766 if (vgt_gs_per_es > 256)
767 vgt_gs_per_es = 256;
770 WREG32(VGT_GS_PER_ES, vgt_gs_per_es);

Completed in 87 milliseconds