Searched refs:NV01_PATT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 449 BEGIN_NV04(push, NV01_PATT(COLOR_FORMAT), 1); in nv04_surface_fill() 451 BEGIN_NV04(push, NV01_PATT(MONOCHROME_COLOR1), 1); in nv04_surface_fill() 541 BEGIN_NV04(push, NV01_PATT(DMA_NOTIFY), 1); in nv04_surface_init() 544 BEGIN_NV04(push, NV01_PATT(MONOCHROME_FORMAT), 3); in nv04_surface_init() 549 BEGIN_NV04(push, NV01_PATT(MONOCHROME_COLOR0), 4); in nv04_surface_init()
|
D | nouveau_local.h | 167 #define NV01_PATT(mthd) SUBC_PATT(NV04_IMAGE_PATTERN_##mthd) macro
|