Searched refs:SUBC_BSP (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_bsp.c | 123 BEGIN_NV04(push, SUBC_BSP(0x700), 5); in nv98_decoder_bsp() 137 BEGIN_NV04(push, SUBC_BSP(0x400), mpeg12 ? 5 : 7); in nv98_decoder_bsp() 149 BEGIN_NV04(push, SUBC_BSP(0x400), 8); in nv98_decoder_bsp() 162 BEGIN_NV04(push, SUBC_BSP(0x240), 3); in nv98_decoder_bsp() 167 BEGIN_NV04(push, SUBC_BSP(0x300), 1); in nv98_decoder_bsp() 185 BEGIN_NV04(push, SUBC_BSP(0x300), 1); in nv98_decoder_bsp()
|
D | nv84_video_bsp.c | 206 BEGIN_NV04(push, SUBC_BSP(0x10), 4); in nv84_decoder_bsp() 215 BEGIN_NV04(push, SUBC_BSP(0x400), 20); in nv84_decoder_bsp() 238 BEGIN_NV04(push, SUBC_BSP(0x620), 2); in nv84_decoder_bsp() 242 BEGIN_NV04(push, SUBC_BSP(0x300), 1); in nv84_decoder_bsp() 246 BEGIN_NV04(push, SUBC_BSP(0x610), 3); in nv84_decoder_bsp() 251 BEGIN_NV04(push, SUBC_BSP(0x304), 1); in nv84_decoder_bsp()
|
D | nv98_video.c | 161 BEGIN_NV04(push[0], SUBC_BSP(NV01_SUBCHAN_OBJECT), 1); in nv98_create_decoder() 164 BEGIN_NV04(push[0], SUBC_BSP(0x180), 5); in nv98_create_decoder() 251 BEGIN_NV04(push[0], SUBC_BSP(0x200), 2); in nv98_create_decoder() 279 BEGIN_NV04(push[0], SUBC_BSP(0x240), 3); in nv98_create_decoder() 284 BEGIN_NV04(push[0], SUBC_BSP(0x304), 1); in nv98_create_decoder()
|
D | nv84_video.c | 510 BEGIN_NV04(bsp_push, SUBC_BSP(NV01_SUBCHAN_OBJECT), 1); in nv84_create_decoder() 513 BEGIN_NV04(bsp_push, SUBC_BSP(0x180), 11); in nv84_create_decoder() 516 BEGIN_NV04(bsp_push, SUBC_BSP(0x1b8), 1); in nv84_create_decoder() 519 BEGIN_NV04(bsp_push, SUBC_BSP(0x600), 3); in nv84_create_decoder() 524 BEGIN_NV04(bsp_push, SUBC_BSP(0x628), 2); in nv84_create_decoder()
|
D | nv84_video.h | 37 #define SUBC_BSP(m) 2, (m) macro
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_bsp.c | 176 BEGIN_NVC0(push, SUBC_BSP(0x700), 5); in nvc0_decoder_bsp_end() 189 BEGIN_NVC0(push, SUBC_BSP(0x400), 6); in nvc0_decoder_bsp_end() 198 BEGIN_NVC0(push, SUBC_BSP(0x400), 8); in nvc0_decoder_bsp_end() 211 BEGIN_NVC0(push, SUBC_BSP(0x240), 3); in nvc0_decoder_bsp_end() 216 BEGIN_NVC0(push, SUBC_BSP(0x300), 1); in nvc0_decoder_bsp_end() 234 BEGIN_NVC0(push, SUBC_BSP(0x300), 1); in nvc0_decoder_bsp_end()
|
D | nvc0_video.c | 188 BEGIN_NVC0(push[0], SUBC_BSP(NV01_SUBCHAN_OBJECT), 1); in nvc0_create_decoder() 275 BEGIN_NVC0(push[0], SUBC_BSP(0x200), 2); in nvc0_create_decoder() 303 BEGIN_NVC0(push[0], SUBC_BSP(0x240), 3); in nvc0_create_decoder() 308 BEGIN_NVC0(push[0], SUBC_BSP(0x304), 1); in nvc0_create_decoder()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.h | 52 #define SUBC_BSP(m) dec->bsp_idx, (m) macro
|