/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 3488 NineDevice9_SetVertexShaderConstantF( struct NineDevice9 *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount ) NineDevice9_SetVertexShaderConstantF() argument 3536 NineDevice9_GetVertexShaderConstantF( struct NineDevice9 *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount ) NineDevice9_GetVertexShaderConstantF() argument 3556 NineDevice9_SetVertexShaderConstantI( struct NineDevice9 *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount ) NineDevice9_SetVertexShaderConstantI() argument 3604 NineDevice9_GetVertexShaderConstantI( struct NineDevice9 *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount ) NineDevice9_GetVertexShaderConstantI() argument 3636 NineDevice9_SetVertexShaderConstantB( struct NineDevice9 *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount ) NineDevice9_SetVertexShaderConstantB() argument 3680 NineDevice9_GetVertexShaderConstantB( struct NineDevice9 *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount ) NineDevice9_GetVertexShaderConstantB() argument 3922 NineDevice9_SetPixelShaderConstantF( struct NineDevice9 *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount ) NineDevice9_SetPixelShaderConstantF() argument 3968 NineDevice9_GetPixelShaderConstantF( struct NineDevice9 *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount ) NineDevice9_GetPixelShaderConstantF() argument 3988 NineDevice9_SetPixelShaderConstantI( struct NineDevice9 *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount ) NineDevice9_SetPixelShaderConstantI() argument 4032 NineDevice9_GetPixelShaderConstantI( struct NineDevice9 *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount ) NineDevice9_GetPixelShaderConstantI() argument 4062 NineDevice9_SetPixelShaderConstantB( struct NineDevice9 *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount ) NineDevice9_SetPixelShaderConstantB() argument 4102 NineDevice9_GetPixelShaderConstantB( struct NineDevice9 *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount ) NineDevice9_GetPixelShaderConstantB() argument [all...] |
H A D | nine_lock.c | 1644 LockDevice9_SetVertexShaderConstantF( struct NineDevice9 *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount ) LockDevice9_SetVertexShaderConstantF() argument 1657 LockDevice9_GetVertexShaderConstantF( struct NineDevice9 *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount ) LockDevice9_GetVertexShaderConstantF() argument 1670 LockDevice9_SetVertexShaderConstantI( struct NineDevice9 *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount ) LockDevice9_SetVertexShaderConstantI() argument 1683 LockDevice9_GetVertexShaderConstantI( struct NineDevice9 *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount ) LockDevice9_GetVertexShaderConstantI() argument 1696 LockDevice9_SetVertexShaderConstantB( struct NineDevice9 *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount ) LockDevice9_SetVertexShaderConstantB() argument 1709 LockDevice9_GetVertexShaderConstantB( struct NineDevice9 *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount ) LockDevice9_GetVertexShaderConstantB() argument 1830 LockDevice9_SetPixelShaderConstantF( struct NineDevice9 *This, UINT StartRegister, const float *pConstantData, UINT Vector4fCount ) LockDevice9_SetPixelShaderConstantF() argument 1843 LockDevice9_GetPixelShaderConstantF( struct NineDevice9 *This, UINT StartRegister, float *pConstantData, UINT Vector4fCount ) LockDevice9_GetPixelShaderConstantF() argument 1856 LockDevice9_SetPixelShaderConstantI( struct NineDevice9 *This, UINT StartRegister, const int *pConstantData, UINT Vector4iCount ) LockDevice9_SetPixelShaderConstantI() argument 1869 LockDevice9_GetPixelShaderConstantI( struct NineDevice9 *This, UINT StartRegister, int *pConstantData, UINT Vector4iCount ) LockDevice9_GetPixelShaderConstantI() argument 1882 LockDevice9_SetPixelShaderConstantB( struct NineDevice9 *This, UINT StartRegister, const BOOL *pConstantData, UINT BoolCount ) LockDevice9_SetPixelShaderConstantB() argument 1895 LockDevice9_GetPixelShaderConstantB( struct NineDevice9 *This, UINT StartRegister, BOOL *pConstantData, UINT BoolCount ) LockDevice9_GetPixelShaderConstantB() argument [all...] |