Searched refs:bitplane_bo (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_bsp.c | 56 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv98_decoder_bsp() 60 if (!dec->bitplane_bo) in nv98_decoder_bsp() 134 bitplane_addr = dec->bitplane_bo->offset >> 8; in nv98_decoder_bsp()
|
D | nv98_video.c | 237 0x400, NULL, &dec->bitplane_bo); in nv98_create_decoder()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_bsp.c | 152 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nvc0_decoder_bsp_end() 156 if (!dec->bitplane_bo) in nvc0_decoder_bsp_end() 186 bitplane_addr = dec->bitplane_bo->offset >> 8; in nvc0_decoder_bsp_end()
|
D | nvc0_video.c | 261 0x400, &cfg, &dec->bitplane_bo); in nvc0_create_decoder()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.h | 78 struct nouveau_bo *fw_bo, *bitplane_bo; member
|
D | nouveau_vp3_video.c | 199 nouveau_bo_ref(NULL, &dec->bitplane_bo); in nouveau_vp3_decoder_destroy()
|