HomeSort by: relevance | last modified time | path
    Searched refs:VGT_GS_PER_ES (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770d.h 626 #define VGT_GS_PER_ES 0x88C8
r600d.h 540 #define VGT_GS_PER_ES 0x88C8
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);
radeon_r600.c 2365 WREG32(VGT_GS_PER_ES, tmp);

Completed in 22 milliseconds