Home
last modified time | relevance | path

Searched refs:NV03_SIFM (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c241 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()
Dnouveau_local.h172 #define NV03_SIFM(mthd) SUBC_SIFM(NV03_SCALED_IMAGE_FROM_MEMORY_##mthd) macro
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.c460 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()
Dnv30_winsys.h146 #define NV03_SIFM(mthd) SUBC_SIFM(NV03_SIFM_##mthd) macro
Dnv30_screen.c756 BEGIN_NV04(push, NV03_SIFM(DMA_NOTIFY), 1); in nv30_screen_create()