Searched refs:NV04_GDI (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 450 BEGIN_NV04(push, NV04_GDI(COLOR_FORMAT), 1); in nv04_surface_fill() 452 BEGIN_NV04(push, NV04_GDI(COLOR1_A), 1); in nv04_surface_fill() 454 BEGIN_NV04(push, NV04_GDI(UNCLIPPED_RECTANGLE_POINT(0)), 2); in nv04_surface_fill() 559 BEGIN_NV04(push, NV04_GDI(DMA_NOTIFY), 1); in nv04_surface_init() 561 BEGIN_NV04(push, NV04_GDI(SURFACE), 1); in nv04_surface_init() 563 BEGIN_NV04(push, NV04_GDI(ROP), 1); in nv04_surface_init() 565 BEGIN_NV04(push, NV04_GDI(PATTERN), 1); in nv04_surface_init() 568 BEGIN_NV04(push, NV04_GDI(OPERATION), 1); in nv04_surface_init() 570 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
|