Home
last modified time | relevance | path

Searched refs:NV50_M2MF (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c77 BEGIN_NV04(push, NV50_M2MF(LINEAR_IN), 6); in nv50_m2mf_transfer_rect()
87 BEGIN_NV04(push, NV50_M2MF(LINEAR_IN), 1); in nv50_m2mf_transfer_rect()
94 BEGIN_NV04(push, NV50_M2MF(LINEAR_OUT), 6); in nv50_m2mf_transfer_rect()
104 BEGIN_NV04(push, NV50_M2MF(LINEAR_OUT), 1); in nv50_m2mf_transfer_rect()
113 BEGIN_NV04(push, NV50_M2MF(OFFSET_IN_HIGH), 2); in nv50_m2mf_transfer_rect()
122 BEGIN_NV04(push, NV50_M2MF(TILING_POSITION_IN), 1); in nv50_m2mf_transfer_rect()
128 BEGIN_NV04(push, NV50_M2MF(TILING_POSITION_OUT), 1); in nv50_m2mf_transfer_rect()
216 BEGIN_NV04(push, NV50_M2MF(LINEAR_IN), 1); in nv50_m2mf_copy_linear()
218 BEGIN_NV04(push, NV50_M2MF(LINEAR_OUT), 1); in nv50_m2mf_copy_linear()
224 BEGIN_NV04(push, NV50_M2MF(OFFSET_IN_HIGH), 2); in nv50_m2mf_copy_linear()
Dnv50_winsys.h59 #define NV50_M2MF(n) SUBC_M2MF(NV50_M2MF_##n) macro