Home
last modified time | relevance | path

Searched refs:mbring (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c101 { 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()
Dnv84_video.h69 struct nouveau_bo *mbring, *vpring; member
Dnv84_video_vp.c80 { 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()
Dnv84_video.c240 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()