OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:count_dw
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
radeon_cs.c
316
int
count_dw
= 1;
local in function:r600_cs_packet0
325
while (
count_dw
< num_dw) {
337
count_dw
++;
725
int
count_dw
= 0, size_dw;
local in function:r600_cs_parse
731
while (
count_dw
< size_dw && ret == 0) {
732
int hdr = ib_chunk->kdata[
count_dw
];
737
ret = r600_cs_packet0(parser, &
count_dw
);
747
ret = r600_cs_packet3(parser, &
count_dw
);
751
count_dw
+= num_dw;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.h
195
int
count_dw
;
member in struct:amdgpu_ring
295
if (ring->
count_dw
<= 0)
299
ring->
count_dw
--;
303
void *src, int
count_dw
)
308
if (unlikely(ring->
count_dw
<
count_dw
))
314
chunk1 = (chunk1 >=
count_dw
) ?
count_dw
: chunk1;
315
chunk2 =
count_dw
- chunk1;
328
ring->wptr +=
count_dw
;
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h
891
int
count_dw
;
member in struct:radeon_ring
2766
if (ring->
count_dw
<= 0)
2771
ring->
count_dw
--;
Completed in 84 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025