OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_dw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
radeon_cs.c
285
uint32_t
offset_dw
= reloc[1];
local
293
if (
offset_dw
> reloc_chunk->length_dw) {
294
DRM_ERROR("Offset larger than chunk 0x%x %d\n",
offset_dw
, reloc_chunk->length_dw);
299
*offset = reloc_chunk->kdata[
offset_dw
+ 3];
301
*offset |= reloc_chunk->kdata[
offset_dw
+ 0];
318
uint32_t
offset_dw
= *offset_dw_p;
local
321
hdr = parser->chunks[parser->ib_index].kdata[
offset_dw
];
352
uint32_t
offset_dw
= *offset_dw_p;
local
359
hdr = ib_chunk->kdata[
offset_dw
];
395
reloc = ib_chunk->kdata +
offset_dw
+ num_dw
[
all
...]
radeon_cs.c
285
uint32_t
offset_dw
= reloc[1];
local
293
if (
offset_dw
> reloc_chunk->length_dw) {
294
DRM_ERROR("Offset larger than chunk 0x%x %d\n",
offset_dw
, reloc_chunk->length_dw);
299
*offset = reloc_chunk->kdata[
offset_dw
+ 3];
301
*offset |= reloc_chunk->kdata[
offset_dw
+ 0];
318
uint32_t
offset_dw
= *offset_dw_p;
local
321
hdr = parser->chunks[parser->ib_index].kdata[
offset_dw
];
352
uint32_t
offset_dw
= *offset_dw_p;
local
359
hdr = ib_chunk->kdata[
offset_dw
];
395
reloc = ib_chunk->kdata +
offset_dw
+ num_dw
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026