Home
last modified time | relevance | path

Searched refs:ref_bo (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.h81 // 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 Dnouveau_vp3_video.c198 nouveau_bo_ref(NULL, &dec->ref_bo); in nouveau_vp3_decoder_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_vp.c82 { 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 Dnv98_video_ppp.c38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nv98_decoder_setup_ppp()
H A Dnv98_video.c246 NULL, &dec->ref_bo); in nv98_create_decoder()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_vp.c82 { 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 Dnvc0_video_ppp.c38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nvc0_decoder_setup_ppp()
H A Dnvc0_video.c270 &cfg, &dec->ref_bo); in nvc0_create_decoder()

Completed in 4 milliseconds