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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c 1184 u32 gs_prim_buffer_depth = 0; local in function:rv770_gpu_init
1556 gs_prim_buffer_depth = 384;
1559 gs_prim_buffer_depth = 128;
1566 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
  /src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c 728 u32 gs_prim_buffer_depth = 0; local in function:r600_gfx_init
1073 gs_prim_buffer_depth = 0;
1079 gs_prim_buffer_depth = 32;
1082 gs_prim_buffer_depth = 128;
1089 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
1272 u32 gs_prim_buffer_depth = 0; local in function:r700_gfx_init
1603 gs_prim_buffer_depth = 384;
1606 gs_prim_buffer_depth = 128;
1613 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 159 unsigned gs_prim_buffer_depth; member in struct:amdgpu_gfx_config
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
amdgpu_drm.h 1001 __u32 gs_prim_buffer_depth; member in struct:drm_amdgpu_info_device

Completed in 29 milliseconds