Home
last modified time | relevance | path

Searched defs:StartRegister (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3489 UINT StartRegister, in NineDevice9_SetVertexShaderConstantF()
3537 UINT StartRegister, in NineDevice9_GetVertexShaderConstantF()
3557 UINT StartRegister, in NineDevice9_SetVertexShaderConstantI()
3605 UINT StartRegister, in NineDevice9_GetVertexShaderConstantI()
3637 UINT StartRegister, in NineDevice9_SetVertexShaderConstantB()
3681 UINT StartRegister, in NineDevice9_GetVertexShaderConstantB()
3923 UINT StartRegister, in NineDevice9_SetPixelShaderConstantF()
3969 UINT StartRegister, in NineDevice9_GetPixelShaderConstantF()
3989 UINT StartRegister, in NineDevice9_SetPixelShaderConstantI()
4033 UINT StartRegister, in NineDevice9_GetPixelShaderConstantI()
[all …]
Dnine_lock.c1645 UINT StartRegister, in LockDevice9_SetVertexShaderConstantF()
1658 UINT StartRegister, in LockDevice9_GetVertexShaderConstantF()
1671 UINT StartRegister, in LockDevice9_SetVertexShaderConstantI()
1684 UINT StartRegister, in LockDevice9_GetVertexShaderConstantI()
1697 UINT StartRegister, in LockDevice9_SetVertexShaderConstantB()
1710 UINT StartRegister, in LockDevice9_GetVertexShaderConstantB()
1831 UINT StartRegister, in LockDevice9_SetPixelShaderConstantF()
1844 UINT StartRegister, in LockDevice9_GetPixelShaderConstantF()
1857 UINT StartRegister, in LockDevice9_SetPixelShaderConstantI()
1870 UINT StartRegister, in LockDevice9_GetPixelShaderConstantI()
[all …]
Dnine_state.c1675 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1700 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1726 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1767 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1784 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1800 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1825 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h479 static int StartRegister(int index) { return index * 2; } in StartRegister() function