Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c3557 UINT Vector4iCount ) in NineDevice9_SetVertexShaderConstantI() argument
3563 This, StartRegister, pConstantData, Vector4iCount); in NineDevice9_SetVertexShaderConstantI()
3567 …user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CO… in NineDevice9_SetVertexShaderConstantI()
3574 Vector4iCount * sizeof(int[4]))) in NineDevice9_SetVertexShaderConstantI()
3579 Vector4iCount * sizeof(int[4])); in NineDevice9_SetVertexShaderConstantI()
3581 for (i = 0; i < Vector4iCount; i++) { in NineDevice9_SetVertexShaderConstantI()
3591 StartRegister, StartRegister + Vector4iCount, in NineDevice9_SetVertexShaderConstantI()
3596 Vector4iCount * sizeof(int[4]), Vector4iCount); in NineDevice9_SetVertexShaderConstantI()
3605 UINT Vector4iCount ) in NineDevice9_GetVertexShaderConstantI() argument
3613 …user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CO… in NineDevice9_GetVertexShaderConstantI()
[all …]
Ddevice9.h737 UINT Vector4iCount );
743 UINT Vector4iCount );
819 UINT Vector4iCount );
825 UINT Vector4iCount );
Dnine_state.h425 UINT Vector4iCount);
450 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);
1707 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1717 for (i = 0; i < Vector4iCount; i++) { in CSMT_ITEM_NO_WAIT()
1791 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1797 Vector4iCount * sizeof(context->ps_const_i[0])); in CSMT_ITEM_NO_WAIT()
1807 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1817 for (i = 0; i < Vector4iCount; i++) { in CSMT_ITEM_NO_WAIT()
/third_party/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 …]