Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
VectorProcessorClass Member List

This is the complete list of members for VectorProcessorClass, including all inherited members.

Clamp(Vector4 *dst, const Vector4 *src, const float min, const float max, const int count)VectorProcessorClassstatic
ClampMin(float *dst, float *src, const float min, const int count)VectorProcessorClassstatic
Clear(Vector3 *dst, const int count)VectorProcessorClassstatic
Copy(unsigned *dst, const unsigned *src, const int count)VectorProcessorClassstatic
Copy(Vector2 *dst, const Vector2 *src, const int count)VectorProcessorClassstatic
Copy(Vector3 *dst, const Vector3 *src, const int count)VectorProcessorClassstatic
Copy(Vector4 *dst, const Vector4 *src, const int count)VectorProcessorClassstatic
Copy(Vector4 *dst, const Vector3 *src, const float *srca, const int count)VectorProcessorClassstatic
Copy(Vector4 *dst, const Vector3 *src, const float srca, const int count)VectorProcessorClassstatic
Copy(Vector4 *dst, const Vector3 &src, const float *srca, const int count)VectorProcessorClassstatic
CopyIndexed(unsigned *dst, const unsigned *src, const unsigned int *index, const int count)VectorProcessorClassstatic
CopyIndexed(Vector2 *dst, const Vector2 *src, const unsigned int *index, const int count)VectorProcessorClassstatic
CopyIndexed(Vector3 *dst, const Vector3 *src, const unsigned int *index, const int count)VectorProcessorClassstatic
CopyIndexed(Vector4 *dst, const Vector4 *src, const unsigned int *index, const int count)VectorProcessorClassstatic
CopyIndexed(unsigned char *dst, const unsigned char *src, const unsigned int *index, int count)VectorProcessorClassstatic
CopyIndexed(float *dst, float *src, const unsigned int *index, int count)VectorProcessorClassstatic
DotProduct(float *dst, const Vector3 &a, const Vector3 *b, const int count)VectorProcessorClassstatic
MinMax(Vector3 *src, Vector3 &min, Vector3 &max, const int count)VectorProcessorClassstatic
MulAdd(float *dest, float multiplier, float add, int count)VectorProcessorClassstatic
Normalize(Vector3 *dst, const int count)VectorProcessorClassstatic
Power(float *dst, float *src, const float pow, const int count)VectorProcessorClassstatic
Prefetch(void *address)VectorProcessorClassstatic
Transform(Vector3 *dst, const Vector3 *src, const Matrix3D &matrix, const int count)VectorProcessorClassstatic
Transform(Vector4 *dst, const Vector3 *src, const Matrix4x4 &matrix, const int count)VectorProcessorClassstatic