Searched refs:fw_bo (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c206 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;
H A Dnouveau_vp3_video.h78 struct nouveau_bo *fw_bo, *bitplane_bo; member in struct:nouveau_vp3_decoder
98 // fw_bo: used by VP only.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c205 nouveau_bo_ref(NULL, &dec->fw_bo);
293 if (nouveau_bo_map(dec->fw_bo, NOUVEAU_BO_WR, dec->client))
301 r = read(fd, dec->fw_bo->map, 0x4000);
319 end = dec->fw_bo->map + r - 4;
324 r = (intptr_t)end - (intptr_t)dec->fw_bo->map + 4;
350 munmap(dec->fw_bo->map, dec->fw_bo->size);
351 dec->fw_bo->map = NULL;
H A Dnouveau_vp3_video.h78 struct nouveau_bo *fw_bo, *bitplane_bo; member in struct:nouveau_vp3_decoder
98 // fw_bo: used by VP only.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_vp.c87 { 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;
H A Dnvc0_video.c250 0x4000, &cfg, &dec->fw_bo);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_vp.c87 { 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;
H A Dnv98_video.c227 0x4000, NULL, &dec->fw_bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_vp.c87 { 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;
H A Dnv98_video.c227 0x4000, NULL, &dec->fw_bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_vp.c87 { 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;
H A Dnvc0_video.c250 0x4000, &cfg, &dec->fw_bo);

Completed in 18 milliseconds