Searched refs:ref_bo (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.h | 81 // added at the end of ref_bo is a tmp array 86 struct nouveau_bo *ref_bo; member 96 // ref_bo: reference image data, used by PPP and VP 97 // bitplane_bo: contain bitplane data (similar to ref_bo), used by BSP only 166 return dec->ref_bo->offset + ret; in nouveau_vp3_video_addr()
|
H A D | nouveau_vp3_video.c | 198 nouveau_bo_ref(NULL, &dec->ref_bo); in nouveau_vp3_decoder_destroy()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video_vp.c | 82 { dec->ref_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM }, in nv98_decoder_vp() 140 uint64_t tmpimg_addr = dec->ref_bo->offset + dec->ref_stride * (dec->base.max_references+2); in nv98_decoder_vp()
|
H A D | nv98_video_ppp.c | 38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nv98_decoder_setup_ppp()
|
H A D | nv98_video.c | 246 NULL, &dec->ref_bo); in nv98_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_vp.c | 82 { dec->ref_bo, NOUVEAU_BO_WR | NOUVEAU_BO_VRAM }, in nvc0_decoder_vp() 140 uint64_t tmpimg_addr = dec->ref_bo->offset + dec->ref_stride * (dec->base.max_references+2); in nvc0_decoder_vp()
|
H A D | nvc0_video_ppp.c | 38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nvc0_decoder_setup_ppp()
|
H A D | nvc0_video.c | 270 &cfg, &dec->ref_bo); in nvc0_create_decoder()
|
Completed in 4 milliseconds