HomeSort by relevance Sort by last modified time
    Searched refs:mbring (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 69 struct nouveau_bo *mbring, *vpring; member in struct:nv84_decoder
74 * 1: vpring/mbring cleared, bsp is ready
nv84_video_bsp.c 101 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
221 PUSH_DATA (push, dec->mbring->offset >> 8);
223 PUSH_DATA (push, (dec->mbring->offset + dec->frame_size) >> 8);
nv84_video_vp.c 80 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
170 PUSH_DATA (push, (dec->mbring->offset + dec->mbring->size - 0x2000) >> 8);
nv84_video.c 240 nouveau_bo_ref(NULL, &dec->mbring);
401 NULL, &dec->mbring);
469 /* Zero out some parts of mbring/vpring. there's gotta be some cleaner way
483 mip.base.bo = dec->mbring;
484 mip.base.address = dec->mbring->offset;

Completed in 198 milliseconds