Searched refs:tmp_bo (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_bsp.c | 69 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/ |
D | nv98_video_bsp.c | 69 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/utils/ |
D | hwcutils.cpp | 49 hwc_drm_bo tmp_bo{}; in ImportBuffer() local 51 int ret = BufferInfoGetter::GetInstance()->ConvertBoInfo(handle, &tmp_bo); in ImportBuffer() 57 ret = importer->ImportBuffer(&tmp_bo); in ImportBuffer() 69 bo_ = tmp_bo; in ImportBuffer()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_tiled_partial_pwrite_pread.c | 101 blt_bo_fill(drm_intel_bo *tmp_bo, drm_intel_bo *bo, int val) in blt_bo_fill() argument 106 drm_intel_gem_bo_map_gtt(tmp_bo); in blt_bo_fill() 107 gtt_ptr = tmp_bo->virtual; in blt_bo_fill() 112 drm_intel_gem_bo_unmap_gtt(tmp_bo); in blt_bo_fill() 116 copy_bo(tmp_bo, 0, bo, 1); in blt_bo_fill()
|
D | gem_caching.c | 79 blt_bo_fill(drm_intel_bo *tmp_bo, drm_intel_bo *bo, uint8_t val) in blt_bo_fill() argument 84 do_or_die(drm_intel_gem_bo_map_gtt(tmp_bo)); in blt_bo_fill() 85 gtt_ptr = tmp_bo->virtual; in blt_bo_fill() 90 drm_intel_gem_bo_unmap_gtt(tmp_bo); in blt_bo_fill() 94 copy_bo(tmp_bo, bo); in blt_bo_fill()
|
D | gem_partial_pwrite_pread.c | 80 blt_bo_fill(drm_intel_bo *tmp_bo, drm_intel_bo *bo, uint8_t val) in blt_bo_fill() argument 85 do_or_die(drm_intel_gem_bo_map_gtt(tmp_bo)); in blt_bo_fill() 86 gtt_ptr = tmp_bo->virtual; in blt_bo_fill() 91 drm_intel_gem_bo_unmap_gtt(tmp_bo); in blt_bo_fill() 95 copy_bo(tmp_bo, bo); in blt_bo_fill()
|
/external/libdrm/radeon/ |
D | radeon_cs_space.c | 190 struct radeon_cs_space_check *tmp_bo) in radeon_cs_check_space_internal() argument 196 ret = radeon_cs_do_space_check(cs, tmp_bo); in radeon_cs_check_space_internal()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.c | 814 struct brw_bo *tmp_bo; in submit_batch() local 821 tmp_bo = batch->exec_bos[0]; in submit_batch() 823 batch->exec_bos[index] = tmp_bo; in submit_batch()
|