Searched refs:gs_prim_buffer_depth (Results 1 – 8 of 8) sorted by relevance
728 u32 gs_prim_buffer_depth = 0; in r600_gfx_init() local1073 gs_prim_buffer_depth = 0; in r600_gfx_init()1079 gs_prim_buffer_depth = 32; in r600_gfx_init()1082 gs_prim_buffer_depth = 128; in r600_gfx_init()1089 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r600_gfx_init()1272 u32 gs_prim_buffer_depth = 0; in r700_gfx_init() local1603 gs_prim_buffer_depth = 384; in r700_gfx_init()1606 gs_prim_buffer_depth = 128; in r700_gfx_init()1613 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r700_gfx_init()
1184 u32 gs_prim_buffer_depth = 0; in rv770_gpu_init() local1556 gs_prim_buffer_depth = 384; in rv770_gpu_init()1559 gs_prim_buffer_depth = 128; in rv770_gpu_init()1566 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in rv770_gpu_init()
159 unsigned gs_prim_buffer_depth; member
401 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
455 adev->gfx.config.gs_prim_buffer_depth = in amdgpu_atomfirmware_get_gfx_info()
763 dev_info.gs_prim_buffer_depth = adev->gfx.config.gs_prim_buffer_depth; in amdgpu_info_ioctl()
1690 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth); in amdgpu_device_parse_gpu_info_fw()
1001 __u32 gs_prim_buffer_depth; member