Home
last modified time | relevance | path

Searched refs:Arg (Results 1 – 6 of 6) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsimd_ve.h39 typedef Vec4 Arg; typedef
85 Vec4& operator+=( Arg v )
91 Vec4& operator-=( Arg v )
103 friend Vec4 operator+( Vec4::Arg left, Vec4::Arg right )
108 friend Vec4 operator-( Vec4::Arg left, Vec4::Arg right )
113 friend Vec4 operator*( Vec4::Arg left, Vec4::Arg right )
119 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd()
125 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract()
140 friend Vec4 Min( Vec4::Arg left, Vec4::Arg right ) in Min()
145 friend Vec4 Max( Vec4::Arg left, Vec4::Arg right ) in Max()
[all …]
H A Dsimd_float.h38 typedef Vec4 const& Arg; typedef
68 Vec4& operator+=( Arg v )
77 Vec4& operator-=( Arg v )
95 friend Vec4 operator+( Vec4::Arg left, Vec4::Arg right )
101 friend Vec4 operator-( Vec4::Arg left, Vec4::Arg right )
107 friend Vec4 operator*( Vec4::Arg left, Vec4::Arg right )
114 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd()
120 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract()
135 friend Vec4 Min( Vec4::Arg left, Vec4::Arg right ) in Min()
145 friend Vec4 Max( Vec4::Arg left, Vec4::Arg right ) in Max()
[all …]
H A Dmaths.h38 typedef Vec3 const& Arg; typedef
67 Vec3& operator+=( Arg v )
75 Vec3& operator-=( Arg v )
83 Vec3& operator*=( Arg v )
116 friend Vec3 operator+( Arg left, Arg right )
122 friend Vec3 operator-( Arg left, Arg right )
128 friend Vec3 operator*( Arg left, Arg right )
146 friend Vec3 operator/( Arg left, Arg right )
158 friend float Dot( Arg left, Arg right ) in Dot()
163 friend Vec3 Min( Arg left, Arg right ) in Min()
[all …]
H A Dsimd_sse.h47 typedef Vec4 const& Arg; typedef
81 Vec4& operator+=( Arg v )
87 Vec4& operator-=( Arg v )
99 friend Vec4 operator+( Vec4::Arg left, Vec4::Arg right )
104 friend Vec4 operator-( Vec4::Arg left, Vec4::Arg right )
109 friend Vec4 operator*( Vec4::Arg left, Vec4::Arg right )
115 friend Vec4 MultiplyAdd( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in MultiplyAdd()
121 friend Vec4 NegativeMultiplySubtract( Vec4::Arg a, Vec4::Arg b, Vec4::Arg c ) in NegativeMultiplySubtract()
136 friend Vec4 Min( Vec4::Arg left, Vec4::Arg right ) in Min()
141 friend Vec4 Max( Vec4::Arg left, Vec4::Arg right ) in Max()
[all …]
H A Dcolourblock.h34 void WriteColourBlock3( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block );
35 void WriteColourBlock4( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block );
H A Dcolourblock.cpp45 static int FloatTo565( Vec3::Arg colour ) in FloatTo565()
75 void WriteColourBlock3( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block ) in WriteColourBlock3()
108 void WriteColourBlock4( Vec3::Arg start, Vec3::Arg end, u8 const* indices, void* block ) in WriteColourBlock4()