Searched refs:vgt_gs_per_es (Results 1 – 1 of 1) sorted by relevance
727 u32 vgt_gs_per_es; in r600_gfx_init() local1089 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r600_gfx_init()1091 if (vgt_gs_per_es > 256) in r600_gfx_init()1092 vgt_gs_per_es = 256; in r600_gfx_init()1095 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es); in r600_gfx_init()1271 u32 vgt_gs_per_es; in r700_gfx_init() local1613 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r700_gfx_init()1615 if (vgt_gs_per_es > 256) in r700_gfx_init()1616 vgt_gs_per_es = 256; in r700_gfx_init()1619 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es); in r700_gfx_init()