HomeSort by relevance Sort by last modified time
    Searched defs:tmp_bo (Results 1 - 3 of 3) sorted by null

  /external/drm_hwcomposer/
hwcutils.cpp 44 hwc_drm_bo tmp_bo; local
46 int ret = importer->ImportBuffer(handle, &tmp_bo);
56 bo_ = tmp_bo;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_bsp.c 69 struct nouveau_bo *tmp_bo = NULL; local
75 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, NULL, &tmp_bo);
82 bo_refs[0].bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH] = bsp_bo = tmp_bo;
86 struct nouveau_bo *tmp_bo = NULL; local
88 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, NULL, &tmp_bo);
95 bo_refs[1].bo = dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_bsp.c 69 struct nouveau_bo *tmp_bo = NULL; local
78 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, &cfg, &tmp_bo);
85 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client);
94 memcpy(tmp_bo->map, bsp_bo->map, bsp_bo->size);
97 dec->bsp_ptr = tmp_bo->map + (dec->bsp_ptr - (char *)bsp_bo->map);
100 dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH] = bsp_bo = tmp_bo;
105 struct nouveau_bo *tmp_bo = NULL; local
110 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, &cfg, &tmp_bo);
117 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client);
124 dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo;
    [all...]

Completed in 228 milliseconds