Searched refs:vpring (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 100 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp() 224 PUSH_DATA (push, dec->vpring->offset >> 8); in nv84_decoder_bsp() 225 PUSH_DATA (push, dec->vpring->size / 2); in nv84_decoder_bsp() 232 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + in nv84_decoder_bsp()
|
D | nv84_video_vp.c | 79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 166 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_residual) >> 8); in nv84_decoder_vp_h264() 168 PUSH_DATA (push, dec->vpring->offset >> 8); in nv84_decoder_vp_h264() 171 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + in nv84_decoder_vp_h264() 189 PUSH_DATA (push, (dec->vpring->offset + dec->vpring_ctrl + in nv84_decoder_vp_h264()
|
D | nv84_video.c | 241 nouveau_bo_ref(NULL, &dec->vpring); in nv84_decoder_destroy() 394 NULL, &dec->vpring); in nv84_create_decoder() 486 surf.offset = dec->vpring->size / 2 - 0x1000; in nv84_create_decoder() 490 mip.base.bo = dec->vpring; in nv84_create_decoder() 491 mip.base.address = dec->vpring->offset; in nv84_create_decoder() 493 surf.offset = dec->vpring->size - 0x1000; in nv84_create_decoder()
|
D | nv84_video.h | 69 struct nouveau_bo *mbring, *vpring; member
|