Searched refs:vpring (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.h | 69 struct nouveau_bo *mbring, *vpring; member in struct:nv84_decoder 74 * 1: vpring/mbring cleared, bsp is ready
|
| H A D | nv84_video_bsp.c | 100 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, 212 /* TODO: Use both halves of bitstream/vpring for alternating frames */ 224 PUSH_DATA (push, dec->vpring->offset >> 8); 225 PUSH_DATA (push, dec->vpring->size / 2); 232 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl +
|
| H A D | nv84_video_vp.c | 79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, 166 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_residual) >> 8); 168 PUSH_DATA (push, dec->vpring->offset >> 8); 171 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + 189 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl +
|
| H A D | nv84_video.c | 241 nouveau_bo_ref(NULL, &dec->vpring); 394 NULL, &dec->vpring); 469 /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way 486 surf.offset = dec->vpring->size / 2 - 0x1000; 490 mip.base.bo = dec->vpring; 491 mip.base.address = dec->vpring->offset; 493 surf.offset = dec->vpring->size - 0x1000;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.h | 69 struct nouveau_bo *mbring, *vpring; member in struct:nv84_decoder 74 * 1: vpring/mbring cleared, bsp is ready
|
| H A D | nv84_video_bsp.c | 100 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, 212 /* TODO: Use both halves of bitstream/vpring for alternating frames */ 224 PUSH_DATA (push, dec->vpring->offset >> 8); 225 PUSH_DATA (push, dec->vpring->size / 2); 232 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl +
|
| H A D | nv84_video_vp.c | 79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, 166 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_residual) >> 8); 168 PUSH_DATA (push, dec->vpring->offset >> 8); 171 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + 189 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl +
|
| H A D | nv84_video.c | 241 nouveau_bo_ref(NULL, &dec->vpring); 394 NULL, &dec->vpring); 469 /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way 486 surf.offset = dec->vpring->size / 2 - 0x1000; 490 mip.base.bo = dec->vpring; 491 mip.base.address = dec->vpring->offset; 493 surf.offset = dec->vpring->size - 0x1000;
|
Completed in 7 milliseconds