Home
last modified time | relevance | path

Searched refs:bitplane_bo (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_bsp.c56 { 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()
Dnv98_video.c237 0x400, NULL, &dec->bitplane_bo); in nv98_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_bsp.c152 { 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()
Dnvc0_video.c261 0x400, &cfg, &dec->bitplane_bo); in nvc0_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h78 struct nouveau_bo *fw_bo, *bitplane_bo; member
Dnouveau_vp3_video.c199 nouveau_bo_ref(NULL, &dec->bitplane_bo); in nouveau_vp3_decoder_destroy()