Searched refs:Vector4fCount (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.c | 3207 UINT Vector4fCount ) in NineDevice9_SetVertexShaderConstantF() argument 3213 This, StartRegister, pConstantData, Vector4fCount); in NineDevice9_SetVertexShaderConstantF() 3216 … user_assert(StartRegister + Vector4fCount <= This->caps.MaxVertexShaderConst, D3DERR_INVALIDCALL); in NineDevice9_SetVertexShaderConstantF() 3218 if (!Vector4fCount) in NineDevice9_SetVertexShaderConstantF() 3225 Vector4fCount * 4 * sizeof(state->vs_const_f[0])); in NineDevice9_SetVertexShaderConstantF() 3228 StartRegister, StartRegister + Vector4fCount, in NineDevice9_SetVertexShaderConstantF() 3237 Vector4fCount * 4 * sizeof(state->vs_const_f[0]))) in NineDevice9_SetVertexShaderConstantF() 3242 Vector4fCount * 4 * sizeof(state->vs_const_f[0])); in NineDevice9_SetVertexShaderConstantF() 3245 Vector4fCount * 4 * sizeof(state->vs_const_f[0]), in NineDevice9_SetVertexShaderConstantF() 3246 Vector4fCount); in NineDevice9_SetVertexShaderConstantF() [all …]
|
D | device9.h | 702 UINT Vector4fCount ); 708 UINT Vector4fCount ); 784 UINT Vector4fCount ); 790 UINT Vector4fCount );
|
D | nine_state.h | 391 UINT Vector4fCount); 416 UINT Vector4fCount);
|
D | nine_lock.c | 1647 UINT Vector4fCount ) in LockDevice9_SetVertexShaderConstantF() argument 1651 r = NineDevice9_SetVertexShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_SetVertexShaderConstantF() 1660 UINT Vector4fCount ) in LockDevice9_GetVertexShaderConstantF() argument 1664 r = NineDevice9_GetVertexShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_GetVertexShaderConstantF() 1833 UINT Vector4fCount ) in LockDevice9_SetPixelShaderConstantF() argument 1837 r = NineDevice9_SetPixelShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_SetPixelShaderConstantF() 1846 UINT Vector4fCount ) in LockDevice9_GetPixelShaderConstantF() argument 1850 r = NineDevice9_GetPixelShaderConstantF(This, StartRegister, pConstantData, Vector4fCount); in LockDevice9_GetPixelShaderConstantF()
|
D | nine_state.c | 1551 ARG_VAL(UINT, Vector4fCount)) in CSMT_ITEM_NO_WAIT() argument 1561 Vector4fCount = MIN2(StartRegister + Vector4fCount, NINE_MAX_CONST_F) - StartRegister; in CSMT_ITEM_NO_WAIT() 1565 Vector4fCount * 4 * sizeof(context->vs_const_f[0])); in CSMT_ITEM_NO_WAIT() 1643 ARG_VAL(UINT, Vector4fCount)) in CSMT_ITEM_NO_WAIT() argument
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 252 …I SetVertexShaderConstantF(UINT StartRegister, const float *pConstantData, UINT Vector4fCount) = 0; 253 … WINAPI GetVertexShaderConstantF(UINT StartRegister, float *pConstantData, UINT Vector4fCount) = 0; 267 …PI SetPixelShaderConstantF(UINT StartRegister, const float *pConstantData, UINT Vector4fCount) = 0; 268 …T WINAPI GetPixelShaderConstantF(UINT StartRegister, float *pConstantData, UINT Vector4fCount) = 0; 840 …tantF)(IDirect3DDevice9 *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount); 841 …erConstantF)(IDirect3DDevice9 *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount); 855 …tantF)(IDirect3DDevice9 *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount); 856 …erConstantF)(IDirect3DDevice9 *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount); 1091 …ntF)(IDirect3DDevice9Ex *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount); 1092 …ConstantF)(IDirect3DDevice9Ex *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount); [all …]
|