Searched refs:NV03_SIFM (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 237 BEGIN_NV04(push, NV03_SIFM(DMA_IMAGE), 1); in nv04_surface_copy_swizzle() 242 BEGIN_NV04(push, NV03_SIFM(COLOR_FORMAT), 8); in nv04_surface_copy_swizzle() 252 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
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_winsys.h | 146 #define NV03_SIFM(mthd) SUBC_SIFM(NV03_SIFM_##mthd) macro
|
D | nv30_transfer.c | 460 BEGIN_NV04(push, NV03_SIFM(DMA_IMAGE), 1); in nv30_transfer_rect_sifm() 462 BEGIN_NV04(push, NV03_SIFM(COLOR_FORMAT), 8); in nv30_transfer_rect_sifm() 471 BEGIN_NV04(push, NV03_SIFM(SIZE), 4); in nv30_transfer_rect_sifm()
|
D | nv30_screen.c | 810 BEGIN_NV04(push, NV03_SIFM(DMA_NOTIFY), 1); in nv30_screen_create()
|