Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c3241 UINT StartRegister, in NineDevice9_SetVertexShaderConstantF()
3289 UINT StartRegister, in NineDevice9_GetVertexShaderConstantF()
3308 UINT StartRegister, in NineDevice9_SetVertexShaderConstantI()
3356 UINT StartRegister, in NineDevice9_GetVertexShaderConstantI()
3387 UINT StartRegister, in NineDevice9_SetVertexShaderConstantB()
3431 UINT StartRegister, in NineDevice9_GetVertexShaderConstantB()
3656 UINT StartRegister, in NineDevice9_SetPixelShaderConstantF()
3702 UINT StartRegister, in NineDevice9_GetPixelShaderConstantF()
3721 UINT StartRegister, in NineDevice9_SetPixelShaderConstantI()
3765 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.c1639 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1664 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1690 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1731 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1748 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1764 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1789 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
/external/v8/src/regexp/
Dregexp-ast.h434 static int StartRegister(int index) { return index * 2; } in StartRegister() function