Home
last modified time | relevance | path

Searched refs:tmp_bo (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_bsp.c69 struct nouveau_bo *tmp_bo = NULL; in nvc0_decoder_bsp_next() local
78 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, &cfg, &tmp_bo); in nvc0_decoder_bsp_next()
85 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_next()
94 memcpy(tmp_bo->map, bsp_bo->map, bsp_bo->size); in nvc0_decoder_bsp_next()
97 dec->bsp_ptr = tmp_bo->map + (dec->bsp_ptr - (char *)bsp_bo->map); in nvc0_decoder_bsp_next()
100 dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH] = bsp_bo = tmp_bo; in nvc0_decoder_bsp_next()
105 struct nouveau_bo *tmp_bo = NULL; in nvc0_decoder_bsp_next() local
110 … ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, &cfg, &tmp_bo); in nvc0_decoder_bsp_next()
117 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_next()
124 dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo; in nvc0_decoder_bsp_next()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_bsp.c69 struct nouveau_bo *tmp_bo = NULL; in nv98_decoder_bsp() local
75 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, NULL, &tmp_bo); in nv98_decoder_bsp()
82 bo_refs[0].bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH] = bsp_bo = tmp_bo; in nv98_decoder_bsp()
86 struct nouveau_bo *tmp_bo = NULL; in nv98_decoder_bsp() local
88 … ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_bo->size * 4, NULL, &tmp_bo); in nv98_decoder_bsp()
95 bo_refs[1].bo = dec->inter_bo[comm_seq & 1] = inter_bo = tmp_bo; in nv98_decoder_bsp()
/external/drm_hwcomposer/
Dhwcutils.cpp44 hwc_drm_bo tmp_bo; in ImportBuffer() local
46 int ret = importer->ImportBuffer(handle, &tmp_bo); in ImportBuffer()
56 bo_ = tmp_bo; in ImportBuffer()
/external/libdrm/radeon/
Dradeon_cs_space.c193 struct radeon_cs_space_check *tmp_bo) in radeon_cs_check_space_internal() argument
199 ret = radeon_cs_do_space_check(cs, tmp_bo); in radeon_cs_check_space_internal()