Searched refs:cmd_bo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo; member in struct:nouveau_decoder
H A Dnouveau_video.c40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client);
50 dec->cmds = dec->cmd_bo->map;
82 PUSH_MTHDl(push, NV31_MPEG(CMD_OFFSET), dec->cmd_bo, 0, BCTX_ARGS);
487 if (dec->cmd_bo)
488 nouveau_bo_ref(NULL, &dec->cmd_bo);
582 0, 1024 * 1024, NULL, &dec->cmd_bo);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo; member in struct:nouveau_decoder
H A Dnouveau_video.c40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client);
50 dec->cmds = dec->cmd_bo->map;
82 PUSH_MTHDl(push, NV31_MPEG(CMD_OFFSET), dec->cmd_bo, 0, BCTX_ARGS);
487 if (dec->cmd_bo)
488 nouveau_bo_ref(NULL, &dec->cmd_bo);
582 0, 1024 * 1024, NULL, &dec->cmd_bo);

Completed in 2597 milliseconds