|
| __declspec (property(get=get_x, put=set_x)) int x |
| Property for accessing element 0 of this int_4 as an int. More...
|
|
| __declspec (property(get=get_x, put=set_x)) int r |
| Property for accessing element 0 of this int_4 as an int. More...
|
|
int | get_x () const __GPU |
| Returns element 0 of this int_4. More...
|
|
int & | ref_x () __GPU |
| Returns reference to element 0 of this int_4. More...
|
|
int & | ref_r () __GPU |
| Returns reference to element 0 of this int_4. More...
|
|
void | set_x (int _Value) __GPU |
| Set element 0 of this int_4 with an int. More...
|
|
| __declspec (property(get=get_y, put=set_y)) int y |
| Property for accessing element 1 of this int_4 as an int. More...
|
|
| __declspec (property(get=get_y, put=set_y)) int g |
| Property for accessing element 1 of this int_4 as an int. More...
|
|
int | get_y () const __GPU |
| Returns element 1 of this int_4. More...
|
|
int & | ref_y () __GPU |
| Returns reference to element 1 of this int_4. More...
|
|
int & | ref_g () __GPU |
| Returns reference to element 1 of this int_4. More...
|
|
void | set_y (int _Value) __GPU |
| Set element 1 of this int_4 with an int. More...
|
|
| __declspec (property(get=get_z, put=set_z)) int z |
| Property for accessing element 2 of this int_4 as an int. More...
|
|
| __declspec (property(get=get_z, put=set_z)) int b |
| Property for accessing element 2 of this int_4 as an int. More...
|
|
int | get_z () const __GPU |
| Returns element 2 of this int_4. More...
|
|
int & | ref_z () __GPU |
| Returns reference to element 2 of this int_4. More...
|
|
int & | ref_b () __GPU |
| Returns reference to element 2 of this int_4. More...
|
|
void | set_z (int _Value) __GPU |
| Set element 2 of this int_4 with an int. More...
|
|
| __declspec (property(get=get_w, put=set_w)) int w |
| Property for accessing element 3 of this int_4 as an int. More...
|
|
| __declspec (property(get=get_w, put=set_w)) int a |
| Property for accessing element 3 of this int_4 as an int. More...
|
|
int | get_w () const __GPU |
| Returns element 3 of this int_4. More...
|
|
int & | ref_w () __GPU |
| Returns reference to element 3 of this int_4. More...
|
|
int & | ref_a () __GPU |
| Returns reference to element 3 of this int_4. More...
|
|
void | set_w (int _Value) __GPU |
| Set element 3 of this int_4 with an int. More...
|
|
| int_4 () __GPU |
| Default constructor, initializes all elements with 0. More...
|
|
| int_4 (int _V0, int _V1, int _V2, int _V3) __GPU |
| Constructor. More...
|
|
| int_4 (int _V) __GPU |
| Constructor. More...
|
|
| int_4 (const uint_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| int_4 (const float_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| int_4 (const unorm_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| int_4 (const norm_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
| int_4 (const double_4 &_Other) __GPU |
| Constructor. Each element is initialized by casting from the corresponding element in _Other. More...
|
|
int_4 | operator~ () const __GPU |
|
int_4 | operator- () const __GPU |
|
int_4 & | operator++ () __GPU |
|
int_4 | operator++ (int) __GPU |
|
int_4 & | operator-- () __GPU |
|
int_4 | operator-- (int) __GPU |
|
int_4 & | operator+= (const int_4 &_Other) __GPU |
|
int_4 & | operator-= (const int_4 &_Other) __GPU |
|
int_4 & | operator*= (const int_4 &_Other) __GPU |
|
int_4 & | operator/= (const int_4 &_Other) __GPU |
|
int_4 & | operator%= (const int_4 &_Other) __GPU |
|
int_4 & | operator^= (const int_4 &_Other) __GPU |
|
int_4 & | operator|= (const int_4 &_Other) __GPU |
|
int_4 & | operator&= (const int_4 &_Other) __GPU |
|
int_4 & | operator>>= (const int_4 &_Other) __GPU |
|
int_4 & | operator<<= (const int_4 &_Other) __GPU |
|
| __declspec (property(get=get_xy, put=set_xy)) int_2 xy |
| Property for accessing element 0, and 1 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_xy, put=set_xy)) int_2 rg |
| Property for accessing element 0, and 1 of this int_4 as an int_2. More...
|
|
int_2 | get_xy () const __GPU |
| Returns an int_2 that is composed of element 0, and element 1 of this int_4. More...
|
|
void | set_xy (const int_2 &_Value) __GPU |
| Set element 0, and 1 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) int_2 xz |
| Property for accessing element 0, and 2 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_xz, put=set_xz)) int_2 rb |
| Property for accessing element 0, and 2 of this int_4 as an int_2. More...
|
|
int_2 | get_xz () const __GPU |
| Returns an int_2 that is composed of element 0, and element 2 of this int_4. More...
|
|
void | set_xz (const int_2 &_Value) __GPU |
| Set element 0, and 2 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_xw, put=set_xw)) int_2 xw |
| Property for accessing element 0, and 3 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_xw, put=set_xw)) int_2 ra |
| Property for accessing element 0, and 3 of this int_4 as an int_2. More...
|
|
int_2 | get_xw () const __GPU |
| Returns an int_2 that is composed of element 0, and element 3 of this int_4. More...
|
|
void | set_xw (const int_2 &_Value) __GPU |
| Set element 0, and 3 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_yx, put=set_yx)) int_2 yx |
| Property for accessing element 1, and 0 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_yx, put=set_yx)) int_2 gr |
| Property for accessing element 1, and 0 of this int_4 as an int_2. More...
|
|
int_2 | get_yx () const __GPU |
| Returns an int_2 that is composed of element 1, and element 0 of this int_4. More...
|
|
void | set_yx (const int_2 &_Value) __GPU |
| Set element 1, and 0 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) int_2 yz |
| Property for accessing element 1, and 2 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_yz, put=set_yz)) int_2 gb |
| Property for accessing element 1, and 2 of this int_4 as an int_2. More...
|
|
int_2 | get_yz () const __GPU |
| Returns an int_2 that is composed of element 1, and element 2 of this int_4. More...
|
|
void | set_yz (const int_2 &_Value) __GPU |
| Set element 1, and 2 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_yw, put=set_yw)) int_2 yw |
| Property for accessing element 1, and 3 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_yw, put=set_yw)) int_2 ga |
| Property for accessing element 1, and 3 of this int_4 as an int_2. More...
|
|
int_2 | get_yw () const __GPU |
| Returns an int_2 that is composed of element 1, and element 3 of this int_4. More...
|
|
void | set_yw (const int_2 &_Value) __GPU |
| Set element 1, and 3 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) int_2 zx |
| Property for accessing element 2, and 0 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_zx, put=set_zx)) int_2 br |
| Property for accessing element 2, and 0 of this int_4 as an int_2. More...
|
|
int_2 | get_zx () const __GPU |
| Returns an int_2 that is composed of element 2, and element 0 of this int_4. More...
|
|
void | set_zx (const int_2 &_Value) __GPU |
| Set element 2, and 0 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) int_2 zy |
| Property for accessing element 2, and 1 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_zy, put=set_zy)) int_2 bg |
| Property for accessing element 2, and 1 of this int_4 as an int_2. More...
|
|
int_2 | get_zy () const __GPU |
| Returns an int_2 that is composed of element 2, and element 1 of this int_4. More...
|
|
void | set_zy (const int_2 &_Value) __GPU |
| Set element 2, and 1 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_zw, put=set_zw)) int_2 zw |
| Property for accessing element 2, and 3 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_zw, put=set_zw)) int_2 ba |
| Property for accessing element 2, and 3 of this int_4 as an int_2. More...
|
|
int_2 | get_zw () const __GPU |
| Returns an int_2 that is composed of element 2, and element 3 of this int_4. More...
|
|
void | set_zw (const int_2 &_Value) __GPU |
| Set element 2, and 3 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_wx, put=set_wx)) int_2 wx |
| Property for accessing element 3, and 0 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_wx, put=set_wx)) int_2 ar |
| Property for accessing element 3, and 0 of this int_4 as an int_2. More...
|
|
int_2 | get_wx () const __GPU |
| Returns an int_2 that is composed of element 3, and element 0 of this int_4. More...
|
|
void | set_wx (const int_2 &_Value) __GPU |
| Set element 3, and 0 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_wy, put=set_wy)) int_2 wy |
| Property for accessing element 3, and 1 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_wy, put=set_wy)) int_2 ag |
| Property for accessing element 3, and 1 of this int_4 as an int_2. More...
|
|
int_2 | get_wy () const __GPU |
| Returns an int_2 that is composed of element 3, and element 1 of this int_4. More...
|
|
void | set_wy (const int_2 &_Value) __GPU |
| Set element 3, and 1 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_wz, put=set_wz)) int_2 wz |
| Property for accessing element 3, and 2 of this int_4 as an int_2. More...
|
|
| __declspec (property(get=get_wz, put=set_wz)) int_2 ab |
| Property for accessing element 3, and 2 of this int_4 as an int_2. More...
|
|
int_2 | get_wz () const __GPU |
| Returns an int_2 that is composed of element 3, and element 2 of this int_4. More...
|
|
void | set_wz (const int_2 &_Value) __GPU |
| Set element 3, and 2 of this int_4 with an int_2. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) int_3 xyz |
| Property for accessing element 0, 1, and 2 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_xyz, put=set_xyz)) int_3 rgb |
| Property for accessing element 0, 1, and 2 of this int_4 as an int_3. More...
|
|
int_3 | get_xyz () const __GPU |
| Returns an int_3 that is composed of element 0, element 1, and element 2 of this int_4. More...
|
|
void | set_xyz (const int_3 &_Value) __GPU |
| Set element 0, 1, and 2 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_xyw, put=set_xyw)) int_3 xyw |
| Property for accessing element 0, 1, and 3 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_xyw, put=set_xyw)) int_3 rga |
| Property for accessing element 0, 1, and 3 of this int_4 as an int_3. More...
|
|
int_3 | get_xyw () const __GPU |
| Returns an int_3 that is composed of element 0, element 1, and element 3 of this int_4. More...
|
|
void | set_xyw (const int_3 &_Value) __GPU |
| Set element 0, 1, and 3 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) int_3 xzy |
| Property for accessing element 0, 2, and 1 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_xzy, put=set_xzy)) int_3 rbg |
| Property for accessing element 0, 2, and 1 of this int_4 as an int_3. More...
|
|
int_3 | get_xzy () const __GPU |
| Returns an int_3 that is composed of element 0, element 2, and element 1 of this int_4. More...
|
|
void | set_xzy (const int_3 &_Value) __GPU |
| Set element 0, 2, and 1 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_xzw, put=set_xzw)) int_3 xzw |
| Property for accessing element 0, 2, and 3 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_xzw, put=set_xzw)) int_3 rba |
| Property for accessing element 0, 2, and 3 of this int_4 as an int_3. More...
|
|
int_3 | get_xzw () const __GPU |
| Returns an int_3 that is composed of element 0, element 2, and element 3 of this int_4. More...
|
|
void | set_xzw (const int_3 &_Value) __GPU |
| Set element 0, 2, and 3 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_xwy, put=set_xwy)) int_3 xwy |
| Property for accessing element 0, 3, and 1 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_xwy, put=set_xwy)) int_3 rag |
| Property for accessing element 0, 3, and 1 of this int_4 as an int_3. More...
|
|
int_3 | get_xwy () const __GPU |
| Returns an int_3 that is composed of element 0, element 3, and element 1 of this int_4. More...
|
|
void | set_xwy (const int_3 &_Value) __GPU |
| Set element 0, 3, and 1 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_xwz, put=set_xwz)) int_3 xwz |
| Property for accessing element 0, 3, and 2 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_xwz, put=set_xwz)) int_3 rab |
| Property for accessing element 0, 3, and 2 of this int_4 as an int_3. More...
|
|
int_3 | get_xwz () const __GPU |
| Returns an int_3 that is composed of element 0, element 3, and element 2 of this int_4. More...
|
|
void | set_xwz (const int_3 &_Value) __GPU |
| Set element 0, 3, and 2 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) int_3 yxz |
| Property for accessing element 1, 0, and 2 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_yxz, put=set_yxz)) int_3 grb |
| Property for accessing element 1, 0, and 2 of this int_4 as an int_3. More...
|
|
int_3 | get_yxz () const __GPU |
| Returns an int_3 that is composed of element 1, element 0, and element 2 of this int_4. More...
|
|
void | set_yxz (const int_3 &_Value) __GPU |
| Set element 1, 0, and 2 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_yxw, put=set_yxw)) int_3 yxw |
| Property for accessing element 1, 0, and 3 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_yxw, put=set_yxw)) int_3 gra |
| Property for accessing element 1, 0, and 3 of this int_4 as an int_3. More...
|
|
int_3 | get_yxw () const __GPU |
| Returns an int_3 that is composed of element 1, element 0, and element 3 of this int_4. More...
|
|
void | set_yxw (const int_3 &_Value) __GPU |
| Set element 1, 0, and 3 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) int_3 yzx |
| Property for accessing element 1, 2, and 0 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_yzx, put=set_yzx)) int_3 gbr |
| Property for accessing element 1, 2, and 0 of this int_4 as an int_3. More...
|
|
int_3 | get_yzx () const __GPU |
| Returns an int_3 that is composed of element 1, element 2, and element 0 of this int_4. More...
|
|
void | set_yzx (const int_3 &_Value) __GPU |
| Set element 1, 2, and 0 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_yzw, put=set_yzw)) int_3 yzw |
| Property for accessing element 1, 2, and 3 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_yzw, put=set_yzw)) int_3 gba |
| Property for accessing element 1, 2, and 3 of this int_4 as an int_3. More...
|
|
int_3 | get_yzw () const __GPU |
| Returns an int_3 that is composed of element 1, element 2, and element 3 of this int_4. More...
|
|
void | set_yzw (const int_3 &_Value) __GPU |
| Set element 1, 2, and 3 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_ywx, put=set_ywx)) int_3 ywx |
| Property for accessing element 1, 3, and 0 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_ywx, put=set_ywx)) int_3 gar |
| Property for accessing element 1, 3, and 0 of this int_4 as an int_3. More...
|
|
int_3 | get_ywx () const __GPU |
| Returns an int_3 that is composed of element 1, element 3, and element 0 of this int_4. More...
|
|
void | set_ywx (const int_3 &_Value) __GPU |
| Set element 1, 3, and 0 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_ywz, put=set_ywz)) int_3 ywz |
| Property for accessing element 1, 3, and 2 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_ywz, put=set_ywz)) int_3 gab |
| Property for accessing element 1, 3, and 2 of this int_4 as an int_3. More...
|
|
int_3 | get_ywz () const __GPU |
| Returns an int_3 that is composed of element 1, element 3, and element 2 of this int_4. More...
|
|
void | set_ywz (const int_3 &_Value) __GPU |
| Set element 1, 3, and 2 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) int_3 zxy |
| Property for accessing element 2, 0, and 1 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_zxy, put=set_zxy)) int_3 brg |
| Property for accessing element 2, 0, and 1 of this int_4 as an int_3. More...
|
|
int_3 | get_zxy () const __GPU |
| Returns an int_3 that is composed of element 2, element 0, and element 1 of this int_4. More...
|
|
void | set_zxy (const int_3 &_Value) __GPU |
| Set element 2, 0, and 1 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_zxw, put=set_zxw)) int_3 zxw |
| Property for accessing element 2, 0, and 3 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_zxw, put=set_zxw)) int_3 bra |
| Property for accessing element 2, 0, and 3 of this int_4 as an int_3. More...
|
|
int_3 | get_zxw () const __GPU |
| Returns an int_3 that is composed of element 2, element 0, and element 3 of this int_4. More...
|
|
void | set_zxw (const int_3 &_Value) __GPU |
| Set element 2, 0, and 3 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) int_3 zyx |
| Property for accessing element 2, 1, and 0 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_zyx, put=set_zyx)) int_3 bgr |
| Property for accessing element 2, 1, and 0 of this int_4 as an int_3. More...
|
|
int_3 | get_zyx () const __GPU |
| Returns an int_3 that is composed of element 2, element 1, and element 0 of this int_4. More...
|
|
void | set_zyx (const int_3 &_Value) __GPU |
| Set element 2, 1, and 0 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_zyw, put=set_zyw)) int_3 zyw |
| Property for accessing element 2, 1, and 3 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_zyw, put=set_zyw)) int_3 bga |
| Property for accessing element 2, 1, and 3 of this int_4 as an int_3. More...
|
|
int_3 | get_zyw () const __GPU |
| Returns an int_3 that is composed of element 2, element 1, and element 3 of this int_4. More...
|
|
void | set_zyw (const int_3 &_Value) __GPU |
| Set element 2, 1, and 3 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_zwx, put=set_zwx)) int_3 zwx |
| Property for accessing element 2, 3, and 0 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_zwx, put=set_zwx)) int_3 bar |
| Property for accessing element 2, 3, and 0 of this int_4 as an int_3. More...
|
|
int_3 | get_zwx () const __GPU |
| Returns an int_3 that is composed of element 2, element 3, and element 0 of this int_4. More...
|
|
void | set_zwx (const int_3 &_Value) __GPU |
| Set element 2, 3, and 0 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_zwy, put=set_zwy)) int_3 zwy |
| Property for accessing element 2, 3, and 1 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_zwy, put=set_zwy)) int_3 bag |
| Property for accessing element 2, 3, and 1 of this int_4 as an int_3. More...
|
|
int_3 | get_zwy () const __GPU |
| Returns an int_3 that is composed of element 2, element 3, and element 1 of this int_4. More...
|
|
void | set_zwy (const int_3 &_Value) __GPU |
| Set element 2, 3, and 1 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_wxy, put=set_wxy)) int_3 wxy |
| Property for accessing element 3, 0, and 1 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_wxy, put=set_wxy)) int_3 arg |
| Property for accessing element 3, 0, and 1 of this int_4 as an int_3. More...
|
|
int_3 | get_wxy () const __GPU |
| Returns an int_3 that is composed of element 3, element 0, and element 1 of this int_4. More...
|
|
void | set_wxy (const int_3 &_Value) __GPU |
| Set element 3, 0, and 1 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_wxz, put=set_wxz)) int_3 wxz |
| Property for accessing element 3, 0, and 2 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_wxz, put=set_wxz)) int_3 arb |
| Property for accessing element 3, 0, and 2 of this int_4 as an int_3. More...
|
|
int_3 | get_wxz () const __GPU |
| Returns an int_3 that is composed of element 3, element 0, and element 2 of this int_4. More...
|
|
void | set_wxz (const int_3 &_Value) __GPU |
| Set element 3, 0, and 2 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_wyx, put=set_wyx)) int_3 wyx |
| Property for accessing element 3, 1, and 0 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_wyx, put=set_wyx)) int_3 agr |
| Property for accessing element 3, 1, and 0 of this int_4 as an int_3. More...
|
|
int_3 | get_wyx () const __GPU |
| Returns an int_3 that is composed of element 3, element 1, and element 0 of this int_4. More...
|
|
void | set_wyx (const int_3 &_Value) __GPU |
| Set element 3, 1, and 0 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_wyz, put=set_wyz)) int_3 wyz |
| Property for accessing element 3, 1, and 2 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_wyz, put=set_wyz)) int_3 agb |
| Property for accessing element 3, 1, and 2 of this int_4 as an int_3. More...
|
|
int_3 | get_wyz () const __GPU |
| Returns an int_3 that is composed of element 3, element 1, and element 2 of this int_4. More...
|
|
void | set_wyz (const int_3 &_Value) __GPU |
| Set element 3, 1, and 2 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_wzx, put=set_wzx)) int_3 wzx |
| Property for accessing element 3, 2, and 0 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_wzx, put=set_wzx)) int_3 abr |
| Property for accessing element 3, 2, and 0 of this int_4 as an int_3. More...
|
|
int_3 | get_wzx () const __GPU |
| Returns an int_3 that is composed of element 3, element 2, and element 0 of this int_4. More...
|
|
void | set_wzx (const int_3 &_Value) __GPU |
| Set element 3, 2, and 0 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_wzy, put=set_wzy)) int_3 wzy |
| Property for accessing element 3, 2, and 1 of this int_4 as an int_3. More...
|
|
| __declspec (property(get=get_wzy, put=set_wzy)) int_3 abg |
| Property for accessing element 3, 2, and 1 of this int_4 as an int_3. More...
|
|
int_3 | get_wzy () const __GPU |
| Returns an int_3 that is composed of element 3, element 2, and element 1 of this int_4. More...
|
|
void | set_wzy (const int_3 &_Value) __GPU |
| Set element 3, 2, and 1 of this int_4 with an int_3. More...
|
|
| __declspec (property(get=get_xyzw, put=set_xyzw)) int_4 xyzw |
| Property for accessing element 0, 1, 2, and 3 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_xyzw, put=set_xyzw)) int_4 rgba |
| Property for accessing element 0, 1, 2, and 3 of this int_4 as an int_4. More...
|
|
int_4 | get_xyzw () const __GPU |
| Returns an int_4 that is composed of element 0, element 1, element 2, and element 3 of this int_4. More...
|
|
void | set_xyzw (const int_4 &_Value) __GPU |
| Set element 0, 1, 2, and 3 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_xywz, put=set_xywz)) int_4 xywz |
| Property for accessing element 0, 1, 3, and 2 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_xywz, put=set_xywz)) int_4 rgab |
| Property for accessing element 0, 1, 3, and 2 of this int_4 as an int_4. More...
|
|
int_4 | get_xywz () const __GPU |
| Returns an int_4 that is composed of element 0, element 1, element 3, and element 2 of this int_4. More...
|
|
void | set_xywz (const int_4 &_Value) __GPU |
| Set element 0, 1, 3, and 2 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_xzyw, put=set_xzyw)) int_4 xzyw |
| Property for accessing element 0, 2, 1, and 3 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_xzyw, put=set_xzyw)) int_4 rbga |
| Property for accessing element 0, 2, 1, and 3 of this int_4 as an int_4. More...
|
|
int_4 | get_xzyw () const __GPU |
| Returns an int_4 that is composed of element 0, element 2, element 1, and element 3 of this int_4. More...
|
|
void | set_xzyw (const int_4 &_Value) __GPU |
| Set element 0, 2, 1, and 3 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_xzwy, put=set_xzwy)) int_4 xzwy |
| Property for accessing element 0, 2, 3, and 1 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_xzwy, put=set_xzwy)) int_4 rbag |
| Property for accessing element 0, 2, 3, and 1 of this int_4 as an int_4. More...
|
|
int_4 | get_xzwy () const __GPU |
| Returns an int_4 that is composed of element 0, element 2, element 3, and element 1 of this int_4. More...
|
|
void | set_xzwy (const int_4 &_Value) __GPU |
| Set element 0, 2, 3, and 1 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_xwyz, put=set_xwyz)) int_4 xwyz |
| Property for accessing element 0, 3, 1, and 2 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_xwyz, put=set_xwyz)) int_4 ragb |
| Property for accessing element 0, 3, 1, and 2 of this int_4 as an int_4. More...
|
|
int_4 | get_xwyz () const __GPU |
| Returns an int_4 that is composed of element 0, element 3, element 1, and element 2 of this int_4. More...
|
|
void | set_xwyz (const int_4 &_Value) __GPU |
| Set element 0, 3, 1, and 2 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_xwzy, put=set_xwzy)) int_4 xwzy |
| Property for accessing element 0, 3, 2, and 1 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_xwzy, put=set_xwzy)) int_4 rabg |
| Property for accessing element 0, 3, 2, and 1 of this int_4 as an int_4. More...
|
|
int_4 | get_xwzy () const __GPU |
| Returns an int_4 that is composed of element 0, element 3, element 2, and element 1 of this int_4. More...
|
|
void | set_xwzy (const int_4 &_Value) __GPU |
| Set element 0, 3, 2, and 1 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_yxzw, put=set_yxzw)) int_4 yxzw |
| Property for accessing element 1, 0, 2, and 3 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_yxzw, put=set_yxzw)) int_4 grba |
| Property for accessing element 1, 0, 2, and 3 of this int_4 as an int_4. More...
|
|
int_4 | get_yxzw () const __GPU |
| Returns an int_4 that is composed of element 1, element 0, element 2, and element 3 of this int_4. More...
|
|
void | set_yxzw (const int_4 &_Value) __GPU |
| Set element 1, 0, 2, and 3 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_yxwz, put=set_yxwz)) int_4 yxwz |
| Property for accessing element 1, 0, 3, and 2 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_yxwz, put=set_yxwz)) int_4 grab |
| Property for accessing element 1, 0, 3, and 2 of this int_4 as an int_4. More...
|
|
int_4 | get_yxwz () const __GPU |
| Returns an int_4 that is composed of element 1, element 0, element 3, and element 2 of this int_4. More...
|
|
void | set_yxwz (const int_4 &_Value) __GPU |
| Set element 1, 0, 3, and 2 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_yzxw, put=set_yzxw)) int_4 yzxw |
| Property for accessing element 1, 2, 0, and 3 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_yzxw, put=set_yzxw)) int_4 gbra |
| Property for accessing element 1, 2, 0, and 3 of this int_4 as an int_4. More...
|
|
int_4 | get_yzxw () const __GPU |
| Returns an int_4 that is composed of element 1, element 2, element 0, and element 3 of this int_4. More...
|
|
void | set_yzxw (const int_4 &_Value) __GPU |
| Set element 1, 2, 0, and 3 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_yzwx, put=set_yzwx)) int_4 yzwx |
| Property for accessing element 1, 2, 3, and 0 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_yzwx, put=set_yzwx)) int_4 gbar |
| Property for accessing element 1, 2, 3, and 0 of this int_4 as an int_4. More...
|
|
int_4 | get_yzwx () const __GPU |
| Returns an int_4 that is composed of element 1, element 2, element 3, and element 0 of this int_4. More...
|
|
void | set_yzwx (const int_4 &_Value) __GPU |
| Set element 1, 2, 3, and 0 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_ywxz, put=set_ywxz)) int_4 ywxz |
| Property for accessing element 1, 3, 0, and 2 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_ywxz, put=set_ywxz)) int_4 garb |
| Property for accessing element 1, 3, 0, and 2 of this int_4 as an int_4. More...
|
|
int_4 | get_ywxz () const __GPU |
| Returns an int_4 that is composed of element 1, element 3, element 0, and element 2 of this int_4. More...
|
|
void | set_ywxz (const int_4 &_Value) __GPU |
| Set element 1, 3, 0, and 2 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_ywzx, put=set_ywzx)) int_4 ywzx |
| Property for accessing element 1, 3, 2, and 0 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_ywzx, put=set_ywzx)) int_4 gabr |
| Property for accessing element 1, 3, 2, and 0 of this int_4 as an int_4. More...
|
|
int_4 | get_ywzx () const __GPU |
| Returns an int_4 that is composed of element 1, element 3, element 2, and element 0 of this int_4. More...
|
|
void | set_ywzx (const int_4 &_Value) __GPU |
| Set element 1, 3, 2, and 0 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_zxyw, put=set_zxyw)) int_4 zxyw |
| Property for accessing element 2, 0, 1, and 3 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_zxyw, put=set_zxyw)) int_4 brga |
| Property for accessing element 2, 0, 1, and 3 of this int_4 as an int_4. More...
|
|
int_4 | get_zxyw () const __GPU |
| Returns an int_4 that is composed of element 2, element 0, element 1, and element 3 of this int_4. More...
|
|
void | set_zxyw (const int_4 &_Value) __GPU |
| Set element 2, 0, 1, and 3 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_zxwy, put=set_zxwy)) int_4 zxwy |
| Property for accessing element 2, 0, 3, and 1 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_zxwy, put=set_zxwy)) int_4 brag |
| Property for accessing element 2, 0, 3, and 1 of this int_4 as an int_4. More...
|
|
int_4 | get_zxwy () const __GPU |
| Returns an int_4 that is composed of element 2, element 0, element 3, and element 1 of this int_4. More...
|
|
void | set_zxwy (const int_4 &_Value) __GPU |
| Set element 2, 0, 3, and 1 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_zyxw, put=set_zyxw)) int_4 zyxw |
| Property for accessing element 2, 1, 0, and 3 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_zyxw, put=set_zyxw)) int_4 bgra |
| Property for accessing element 2, 1, 0, and 3 of this int_4 as an int_4. More...
|
|
int_4 | get_zyxw () const __GPU |
| Returns an int_4 that is composed of element 2, element 1, element 0, and element 3 of this int_4. More...
|
|
void | set_zyxw (const int_4 &_Value) __GPU |
| Set element 2, 1, 0, and 3 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_zywx, put=set_zywx)) int_4 zywx |
| Property for accessing element 2, 1, 3, and 0 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_zywx, put=set_zywx)) int_4 bgar |
| Property for accessing element 2, 1, 3, and 0 of this int_4 as an int_4. More...
|
|
int_4 | get_zywx () const __GPU |
| Returns an int_4 that is composed of element 2, element 1, element 3, and element 0 of this int_4. More...
|
|
void | set_zywx (const int_4 &_Value) __GPU |
| Set element 2, 1, 3, and 0 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_zwxy, put=set_zwxy)) int_4 zwxy |
| Property for accessing element 2, 3, 0, and 1 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_zwxy, put=set_zwxy)) int_4 barg |
| Property for accessing element 2, 3, 0, and 1 of this int_4 as an int_4. More...
|
|
int_4 | get_zwxy () const __GPU |
| Returns an int_4 that is composed of element 2, element 3, element 0, and element 1 of this int_4. More...
|
|
void | set_zwxy (const int_4 &_Value) __GPU |
| Set element 2, 3, 0, and 1 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_zwyx, put=set_zwyx)) int_4 zwyx |
| Property for accessing element 2, 3, 1, and 0 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_zwyx, put=set_zwyx)) int_4 bagr |
| Property for accessing element 2, 3, 1, and 0 of this int_4 as an int_4. More...
|
|
int_4 | get_zwyx () const __GPU |
| Returns an int_4 that is composed of element 2, element 3, element 1, and element 0 of this int_4. More...
|
|
void | set_zwyx (const int_4 &_Value) __GPU |
| Set element 2, 3, 1, and 0 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_wxyz, put=set_wxyz)) int_4 wxyz |
| Property for accessing element 3, 0, 1, and 2 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_wxyz, put=set_wxyz)) int_4 argb |
| Property for accessing element 3, 0, 1, and 2 of this int_4 as an int_4. More...
|
|
int_4 | get_wxyz () const __GPU |
| Returns an int_4 that is composed of element 3, element 0, element 1, and element 2 of this int_4. More...
|
|
void | set_wxyz (const int_4 &_Value) __GPU |
| Set element 3, 0, 1, and 2 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_wxzy, put=set_wxzy)) int_4 wxzy |
| Property for accessing element 3, 0, 2, and 1 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_wxzy, put=set_wxzy)) int_4 arbg |
| Property for accessing element 3, 0, 2, and 1 of this int_4 as an int_4. More...
|
|
int_4 | get_wxzy () const __GPU |
| Returns an int_4 that is composed of element 3, element 0, element 2, and element 1 of this int_4. More...
|
|
void | set_wxzy (const int_4 &_Value) __GPU |
| Set element 3, 0, 2, and 1 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_wyxz, put=set_wyxz)) int_4 wyxz |
| Property for accessing element 3, 1, 0, and 2 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_wyxz, put=set_wyxz)) int_4 agrb |
| Property for accessing element 3, 1, 0, and 2 of this int_4 as an int_4. More...
|
|
int_4 | get_wyxz () const __GPU |
| Returns an int_4 that is composed of element 3, element 1, element 0, and element 2 of this int_4. More...
|
|
void | set_wyxz (const int_4 &_Value) __GPU |
| Set element 3, 1, 0, and 2 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_wyzx, put=set_wyzx)) int_4 wyzx |
| Property for accessing element 3, 1, 2, and 0 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_wyzx, put=set_wyzx)) int_4 agbr |
| Property for accessing element 3, 1, 2, and 0 of this int_4 as an int_4. More...
|
|
int_4 | get_wyzx () const __GPU |
| Returns an int_4 that is composed of element 3, element 1, element 2, and element 0 of this int_4. More...
|
|
void | set_wyzx (const int_4 &_Value) __GPU |
| Set element 3, 1, 2, and 0 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_wzxy, put=set_wzxy)) int_4 wzxy |
| Property for accessing element 3, 2, 0, and 1 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_wzxy, put=set_wzxy)) int_4 abrg |
| Property for accessing element 3, 2, 0, and 1 of this int_4 as an int_4. More...
|
|
int_4 | get_wzxy () const __GPU |
| Returns an int_4 that is composed of element 3, element 2, element 0, and element 1 of this int_4. More...
|
|
void | set_wzxy (const int_4 &_Value) __GPU |
| Set element 3, 2, 0, and 1 of this int_4 with an int_4. More...
|
|
| __declspec (property(get=get_wzyx, put=set_wzyx)) int_4 wzyx |
| Property for accessing element 3, 2, 1, and 0 of this int_4 as an int_4. More...
|
|
| __declspec (property(get=get_wzyx, put=set_wzyx)) int_4 abgr |
| Property for accessing element 3, 2, 1, and 0 of this int_4 as an int_4. More...
|
|
int_4 | get_wzyx () const __GPU |
| Returns an int_4 that is composed of element 3, element 2, element 1, and element 0 of this int_4. More...
|
|
void | set_wzyx (const int_4 &_Value) __GPU |
| Set element 3, 2, 1, and 0 of this int_4 with an int_4. More...
|
|