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.c3205 UINT StartRegister, in NineDevice9_SetVertexShaderConstantF()
3253 UINT StartRegister, in NineDevice9_GetVertexShaderConstantF()
3272 UINT StartRegister, in NineDevice9_SetVertexShaderConstantI()
3320 UINT StartRegister, in NineDevice9_GetVertexShaderConstantI()
3351 UINT StartRegister, in NineDevice9_SetVertexShaderConstantB()
3395 UINT StartRegister, in NineDevice9_GetVertexShaderConstantB()
3620 UINT StartRegister, in NineDevice9_SetPixelShaderConstantF()
3666 UINT StartRegister, in NineDevice9_GetPixelShaderConstantF()
3685 UINT StartRegister, in NineDevice9_SetPixelShaderConstantI()
3729 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.c1548 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1573 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1599 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1640 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1657 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1673 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
1698 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT() argument
/external/v8/src/regexp/
Dregexp-ast.h473 static int StartRegister(int index) { return index * 2; } in StartRegister() function