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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_bsp.c 56 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
60 if (!dec->bitplane_bo)
134 bitplane_addr = dec->bitplane_bo->offset >> 8;
nv98_video.c 237 0x400, NULL, &dec->bitplane_bo);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_bsp.c 152 { dec->bitplane_bo, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM },
156 if (!dec->bitplane_bo)
186 bitplane_addr = dec->bitplane_bo->offset >> 8;
nvc0_video.c 261 0x400, &cfg, &dec->bitplane_bo);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 78 struct nouveau_bo *fw_bo, *bitplane_bo; member in struct:nouveau_vp3_decoder
97 // bitplane_bo: contain bitplane data (similar to ref_bo), used by BSP only
nouveau_vp3_video.c 200 nouveau_bo_ref(NULL, &dec->bitplane_bo);

Completed in 177 milliseconds