OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fw_bo
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.c
206
nouveau_bo_ref(NULL, &dec->
fw_bo
);
294
if (nouveau_bo_map(dec->
fw_bo
, NOUVEAU_BO_WR, dec->client))
302
r = read(fd, dec->
fw_bo
->map, 0x4000);
320
end = dec->
fw_bo
->map + r - 4;
325
r = (intptr_t)end - (intptr_t)dec->
fw_bo
->map + 4;
351
munmap(dec->
fw_bo
->map, dec->
fw_bo
->size);
352
dec->
fw_bo
->map = NULL;
nouveau_vp3_video.h
78
struct nouveau_bo *
fw_bo
, *bitplane_bo;
member in struct:nouveau_vp3_decoder
98
//
fw_bo
: used by VP only.
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_vp.c
87
{ dec->
fw_bo
, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
89
int num_refs = ARRAY_SIZE(bo_refs) - !dec->
fw_bo
;
125
if (dec->
fw_bo
)
126
ucode_addr = dec->
fw_bo
->offset >> 8;
nv98_video.c
226
0x4000, NULL, &dec->
fw_bo
);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_vp.c
87
{ dec->
fw_bo
, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM },
89
int num_refs = ARRAY_SIZE(bo_refs) - !dec->
fw_bo
;
125
if (dec->
fw_bo
)
126
ucode_addr = dec->
fw_bo
->offset >> 8;
nvc0_video.c
249
0x4000, &cfg, &dec->
fw_bo
);
Completed in 76 milliseconds