Searched refs:NV04_GDI (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 454 BEGIN_NV04(push, NV04_GDI(COLOR_FORMAT), 1); in nv04_surface_fill() 456 BEGIN_NV04(push, NV04_GDI(COLOR1_A), 1); in nv04_surface_fill() 458 BEGIN_NV04(push, NV04_GDI(UNCLIPPED_RECTANGLE_POINT(0)), 2); in nv04_surface_fill() 563 BEGIN_NV04(push, NV04_GDI(DMA_NOTIFY), 1); in nv04_surface_init() 565 BEGIN_NV04(push, NV04_GDI(SURFACE), 1); in nv04_surface_init() 567 BEGIN_NV04(push, NV04_GDI(ROP), 1); in nv04_surface_init() 569 BEGIN_NV04(push, NV04_GDI(PATTERN), 1); in nv04_surface_init() 572 BEGIN_NV04(push, NV04_GDI(OPERATION), 1); in nv04_surface_init() 574 BEGIN_NV04(push, NV04_GDI(MONOCHROME_FORMAT), 1); in nv04_surface_init()
|
D | nouveau_local.h | 170 #define NV04_GDI(mthd) SUBC_GDI(NV04_GDI_RECTANGLE_TEXT_##mthd) macro
|