Home
last modified time | relevance | path

Searched refs:SUBC_PPP (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c53 BEGIN_NVC0(push, SUBC_PPP(0x700), 10); in nvc0_decoder_setup_ppp()
84 BEGIN_NVC0(push, SUBC_PPP(0x400), 1); in nvc0_decoder_vc1_ppp()
110 BEGIN_NVC0(push, SUBC_PPP(0x734), 2); in nvc0_decoder_ppp()
115 BEGIN_NVC0(push, SUBC_PPP(0x240), 3); in nvc0_decoder_ppp()
120 BEGIN_NVC0(push, SUBC_PPP(0x300), 1); in nvc0_decoder_ppp()
134 BEGIN_NVC0(push, SUBC_PPP(0x300), 1); in nvc0_decoder_ppp()
Dnvc0_video.c194 BEGIN_NVC0(push[2], SUBC_PPP(NV01_SUBCHAN_OBJECT), 1); in nvc0_create_decoder()
283 BEGIN_NVC0(push[2], SUBC_PPP(0x200), 2); in nvc0_create_decoder()
325 BEGIN_NVC0(push[2], SUBC_PPP(0x240), 3); in nvc0_create_decoder()
330 BEGIN_NVC0(push[2], SUBC_PPP(0x304), 1); in nvc0_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_ppp.c53 BEGIN_NV04(push, SUBC_PPP(0x700), 10); in nv98_decoder_setup_ppp()
84 BEGIN_NV04(push, SUBC_PPP(0x400), 1); in nv98_decoder_vc1_ppp()
110 BEGIN_NV04(push, SUBC_PPP(0x734), 2); in nv98_decoder_ppp()
115 BEGIN_NV04(push, SUBC_PPP(0x240), 3); in nv98_decoder_ppp()
120 BEGIN_NV04(push, SUBC_PPP(0x300), 1); in nv98_decoder_ppp()
134 BEGIN_NV04(push, SUBC_PPP(0x300), 1); in nv98_decoder_ppp()
Dnv98_video.c175 BEGIN_NV04(push[2], SUBC_PPP(NV01_SUBCHAN_OBJECT), 1); in nv98_create_decoder()
178 BEGIN_NV04(push[2], SUBC_PPP(0x180), 5); in nv98_create_decoder()
259 BEGIN_NV04(push[2], SUBC_PPP(0x200), 2); in nv98_create_decoder()
301 BEGIN_NV04(push[2], SUBC_PPP(0x240), 3); in nv98_create_decoder()
306 BEGIN_NV04(push[2], SUBC_PPP(0x304), 1); in nv98_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h54 #define SUBC_PPP(m) dec->ppp_idx, (m) macro