Searched refs:mbring (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 101 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_bsp() 221 PUSH_DATA (push, dec->mbring->offset >> 8); in nv84_decoder_bsp() 223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8); in nv84_decoder_bsp()
|
D | nv84_video.h | 69 struct nouveau_bo *mbring, *vpring; member
|
D | nv84_video_vp.c | 80 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 170 PUSH_DATA (push, (dec->mbring->offset + dec->mbring->size - 0x2000) >> 8); in nv84_decoder_vp_h264()
|
D | nv84_video.c | 240 nouveau_bo_ref(NULL, &dec->mbring); in nv84_decoder_destroy() 401 NULL, &dec->mbring); in nv84_create_decoder() 483 mip.base.bo = dec->mbring; in nv84_create_decoder() 484 mip.base.address = dec->mbring->offset; in nv84_create_decoder()
|