OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 21 19:09:51 GMT 2025