Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_transfer.c75 BEGIN_NV04(push, NV50_M2MF(LINEAR_IN), 6); in nv50_m2mf_transfer_rect()
85 BEGIN_NV04(push, NV50_M2MF(LINEAR_IN), 1); in nv50_m2mf_transfer_rect()
92 BEGIN_NV04(push, NV50_M2MF(LINEAR_OUT), 6); in nv50_m2mf_transfer_rect()
102 BEGIN_NV04(push, NV50_M2MF(LINEAR_OUT), 1); in nv50_m2mf_transfer_rect()
111 BEGIN_NV04(push, NV50_M2MF(OFFSET_IN_HIGH), 2); in nv50_m2mf_transfer_rect()
120 BEGIN_NV04(push, NV50_M2MF(TILING_POSITION_IN), 1); in nv50_m2mf_transfer_rect()
126 BEGIN_NV04(push, NV50_M2MF(TILING_POSITION_OUT), 1); in nv50_m2mf_transfer_rect()
221 BEGIN_NV04(push, NV50_M2MF(LINEAR_IN), 1); in nv50_m2mf_copy_linear()
223 BEGIN_NV04(push, NV50_M2MF(LINEAR_OUT), 1); in nv50_m2mf_copy_linear()
229 BEGIN_NV04(push, NV50_M2MF(OFFSET_IN_HIGH), 2); in nv50_m2mf_copy_linear()
Dnv50_winsys.h58 #define NV50_M2MF(n) SUBC_M2MF(NV50_M2MF_##n) macro