Searched refs:NV03_SIFM (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 241 BEGIN_NV04(push, NV03_SIFM(DMA_IMAGE), 1); in nv04_surface_copy_swizzle() 246 BEGIN_NV04(push, NV03_SIFM(COLOR_FORMAT), 8); in nv04_surface_copy_swizzle() 256 BEGIN_NV04(push, NV03_SIFM(SIZE), 4); in nv04_surface_copy_swizzle()
|
D | nouveau_local.h | 172 #define NV03_SIFM(mthd) SUBC_SIFM(NV03_SCALED_IMAGE_FROM_MEMORY_##mthd) macro
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_transfer.c | 459 BEGIN_NV04(push, NV03_SIFM(DMA_IMAGE), 1); in nv30_transfer_rect_sifm() 461 BEGIN_NV04(push, NV03_SIFM(COLOR_FORMAT), 8); in nv30_transfer_rect_sifm() 470 BEGIN_NV04(push, NV03_SIFM(SIZE), 4); in nv30_transfer_rect_sifm()
|
D | nv30_winsys.h | 146 #define NV03_SIFM(mthd) SUBC_SIFM(NV03_SIFM_##mthd) macro
|
D | nv30_screen.c | 572 BEGIN_NV04(push, NV03_SIFM(DMA_NOTIFY), 1); in nv30_screen_create()
|