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.c3274 UINT Vector4iCount ) in NineDevice9_SetVertexShaderConstantI() argument
3280 This, StartRegister, pConstantData, Vector4iCount); in NineDevice9_SetVertexShaderConstantI()
3284 …user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CO… in NineDevice9_SetVertexShaderConstantI()
3291 Vector4iCount * sizeof(int[4]))) in NineDevice9_SetVertexShaderConstantI()
3296 Vector4iCount * sizeof(int[4])); in NineDevice9_SetVertexShaderConstantI()
3298 for (i = 0; i < Vector4iCount; i++) { in NineDevice9_SetVertexShaderConstantI()
3308 StartRegister, StartRegister + Vector4iCount, in NineDevice9_SetVertexShaderConstantI()
3313 Vector4iCount * sizeof(int[4]), Vector4iCount); in NineDevice9_SetVertexShaderConstantI()
3322 UINT Vector4iCount ) in NineDevice9_GetVertexShaderConstantI() argument
3329 …user_assert(StartRegister + Vector4iCount <= (This->may_swvp ? NINE_MAX_CONST_I_SWVP : NINE_MAX_CO… in NineDevice9_GetVertexShaderConstantI()
[all …]
Ddevice9.h714 UINT Vector4iCount );
720 UINT Vector4iCount );
796 UINT Vector4iCount );
802 UINT Vector4iCount );
Dnine_state.h398 UINT Vector4iCount);
423 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.c1313 UINT Vector4iCount);
1576 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1586 for (i = 0; i < Vector4iCount; i++) { in CSMT_ITEM_NO_WAIT()
1660 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1666 Vector4iCount * sizeof(context->ps_const_i[0])); in CSMT_ITEM_NO_WAIT()
1676 ARG_VAL(UINT, Vector4iCount)) in CSMT_ITEM_NO_WAIT() argument
1686 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 …]