Searched refs:SUBC_PPP (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_ppp.c | 53 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()
|
D | nvc0_video.c | 194 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/ |
D | nv98_video_ppp.c | 53 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()
|
D | nv98_video.c | 175 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/ |
D | nouveau_vp3_video.h | 54 #define SUBC_PPP(m) dec->ppp_idx, (m) macro
|