/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_video_bsp.c | 57 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; local 103 if (!inter_bo || bsp_bo->size * 4 > inter_bo->size) { 113 inter_bo ? (unsigned)inter_bo->size : 0, (unsigned)bsp_bo->size * 4, ret); 123 nouveau_bo_ref(NULL, &inter_bo); 124 dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo; 145 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1] local [all...] |
nvc0_video_vp.c | 28 struct nouveau_bo *inter_bo, unsigned slice_size) 47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); 49 map = inter_bo->map; 53 munmap(inter_bo->map, inter_bo->size); 54 inter_bo->map = NULL; 78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; local 81 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM }, 124 inter_addr = inter_bo->offset >> 8 [all...] |
nvc0_video.c | 208 0x100, inter_size, &cfg, &dec->inter_bo[0]); 212 0x100, dec->inter_bo[0]->size, &cfg, 213 &dec->inter_bo[1]);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv98_video_vp.c | 28 struct nouveau_bo *inter_bo, unsigned slice_size) 47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); 49 map = inter_bo->map; 53 munmap(inter_bo->map, inter_bo->size); 54 inter_bo->map = NULL; 78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; local 81 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM }, 124 inter_addr = inter_bo->offset >> 8 [all...] |
nv98_video_bsp.c | 49 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; local 52 { inter_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM }, 85 if (!inter_bo || bsp_bo->size * 4 > inter_bo->size) { 91 inter_bo ? (unsigned)inter_bo->size : 0, (unsigned)bsp_bo->size * 4, ret); 94 nouveau_bo_ref(NULL, &inter_bo); 95 bo_refs[1].bo = dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo [all...] |
nv98_video.c | 189 0x100, 4 << 20, NULL, &dec->inter_bo[0]); 191 nouveau_bo_ref(dec->inter_bo[0], &dec->inter_bo[1]);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_vp3_video.h | 88 struct nouveau_bo *inter_bo[2]; member in struct:nouveau_vp3_decoder 95 // inter_bo: contains data shared between BSP and VP 101 // 2 copies of inter_bo, VP would process the last inter_bo, while BSP is 200 *ring_size = (dec->inter_bo[0]->size >> 8) - *bucket_size - *slice_size;
|
nouveau_vp3_video.c | 201 nouveau_bo_ref(NULL, &dec->inter_bo[0]); 202 nouveau_bo_ref(NULL, &dec->inter_bo[1]);
|