Home
last modified time | relevance | path

Searched refs:gs_prim_buffer_depth (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dr600_cp.c728 u32 gs_prim_buffer_depth = 0; in r600_gfx_init() local
1073 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() local
1603 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv770.c1184 u32 gs_prim_buffer_depth = 0; in rv770_gpu_init() local
1556 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx.h159 unsigned gs_prim_buffer_depth; member
H A Damdgpu_discovery.c401 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
H A Damdgpu_atomfirmware.c455 adev->gfx.config.gs_prim_buffer_depth = in amdgpu_atomfirmware_get_gfx_info()
H A Damdgpu_kms.c763 dev_info.gs_prim_buffer_depth = adev->gfx.config.gs_prim_buffer_depth; in amdgpu_info_ioctl()
H A Damdgpu_device.c1690 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth); in amdgpu_device_parse_gpu_info_fw()
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Damdgpu_drm.h1001 __u32 gs_prim_buffer_depth; member