Home
last modified time | relevance | path

Searched refs:SUBC_MPEG (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.h53 #define SUBC_MPEG(mthd) 1, mthd macro
54 #define NV31_MPEG(mthd) SUBC_MPEG(NV31_MPEG_##mthd)
55 #define NV84_MPEG(mthd) SUBC_MPEG(NV84_MPEG_##mthd)
Dnouveau_video.c593 BEGIN_NV04(push, SUBC_MPEG(NV01_SUBCHAN_OBJECT), 1); in nouveau_create_decoder()