Home
last modified time | relevance | path

Searched refs:Vector4iCount (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c3310 UINT Vector4iCount ) in NineDevice9_SetVertexShaderConstantI() argument
3316 This, StartRegister, pConstantData, Vector4iCount); in NineDevice9_SetVertexShaderConstantI()
3320 …user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CO… in NineDevice9_SetVertexShaderConstantI()
3327 Vector4iCount * sizeof(int[4]))) in NineDevice9_SetVertexShaderConstantI()
3332 Vector4iCount * sizeof(int[4])); in NineDevice9_SetVertexShaderConstantI()
3334 for (i = 0; i < Vector4iCount; i++) { in NineDevice9_SetVertexShaderConstantI()
3344 StartRegister, StartRegister + Vector4iCount, in NineDevice9_SetVertexShaderConstantI()
3349 Vector4iCount * sizeof(int[4]), Vector4iCount); in NineDevice9_SetVertexShaderConstantI()
3358 UINT Vector4iCount ) in NineDevice9_GetVertexShaderConstantI() argument
3365 …user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CO… in NineDevice9_GetVertexShaderConstantI()
[all …]
Ddevice9.h722 UINT Vector4iCount );
728 UINT Vector4iCount );
804 UINT Vector4iCount );
810 UINT Vector4iCount );
Dnine_state.h396 UINT Vector4iCount);
421 UINT Vector4iCount);
Dnine_lock.c1673 UINT Vector4iCount ) in LockDevice9_SetVertexShaderConstantI() argument
1677 r = NineDevice9_SetVertexShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_SetVertexShaderConstantI()
1686 UINT Vector4iCount ) in LockDevice9_GetVertexShaderConstantI() argument
1690 r = NineDevice9_GetVertexShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_GetVertexShaderConstantI()
1859 UINT Vector4iCount ) in LockDevice9_SetPixelShaderConstantI() argument
1863 r = NineDevice9_SetPixelShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_SetPixelShaderConstantI()
1872 UINT Vector4iCount ) in LockDevice9_GetPixelShaderConstantI() argument
1876 r = NineDevice9_GetPixelShaderConstantI(This, StartRegister, pConstantData, Vector4iCount); in LockDevice9_GetPixelShaderConstantI()
Dnine_state.c1400 UINT Vector4iCount);
1667 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1677 for (i = 0; i < Vector4iCount; i++) { in CSMT_ITEM_NO_WAIT()
1751 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1757 Vector4iCount * sizeof(context->ps_const_i[0])); in CSMT_ITEM_NO_WAIT()
1767 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1777 for (i = 0; i < Vector4iCount; i++) { in CSMT_ITEM_NO_WAIT()
/external/mesa3d/include/D3D9/
Dd3d9.h254 …API SetVertexShaderConstantI(UINT StartRegister, const int *pConstantData, UINT Vector4iCount) = 0;
255 …LT WINAPI GetVertexShaderConstantI(UINT StartRegister, int *pConstantData, UINT Vector4iCount) = 0;
269 …NAPI SetPixelShaderConstantI(UINT StartRegister, const int *pConstantData, UINT Vector4iCount) = 0;
270 …ULT WINAPI GetPixelShaderConstantI(UINT StartRegister, int *pConstantData, UINT Vector4iCount) = 0;
842 …nstantI)(IDirect3DDevice9 *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount);
843 …aderConstantI)(IDirect3DDevice9 *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount);
857 …nstantI)(IDirect3DDevice9 *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount);
858 …aderConstantI)(IDirect3DDevice9 *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount);
1093 …tantI)(IDirect3DDevice9Ex *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount);
1094 …erConstantI)(IDirect3DDevice9Ex *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount);
[all …]