• Home
  • Raw
  • Download

Lines Matching refs:float2

55 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v);  \
60 _RS_RUNTIME int2 __attribute__((overloadable)) fnc(float2 v); \
65 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, float2 v2); \
70 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, float v2); \
75 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 v2); \
80 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int v2); \
85 _RS_RUNTIME float2 __attribute__((overloadable)) \
86 fnc(float2 v1, float2 *v2); \
93 _RS_RUNTIME float2 __attribute__((overloadable)) fnc(float2 v1, int2 *v2); \
98 _RS_RUNTIME float2 __attribute__((overloadable)) \
99 fnc(float2 v1, float2 v2, float2 v3); \
106 _RS_RUNTIME float2 __attribute__((overloadable)) \
107 fnc(float2 v1, float2 v2, int2 *v3); \
117 * Supports float, float2, float3, float4
125 * Supports float, float2, float3, float4
133 * Supports float, float2, float3, float4
141 * Supports float, float2, float3, float4
149 * Supports float, float2, float3, float4
158 * Supports float, float2, float3, float4
166 * Supports float, float2, float3, float4
174 * Supports float, float2, float3, float4. Both arguments must be of the same
186 * Supports float, float2, float3, float4
194 * Supports float, float2, float3, float4
202 * Supports float, float2, float3, float4. Both arguments must be of the same
215 * Supports float, float2, float3, float4.
223 * Supports float, float2, float3, float4.
231 * Supports float, float2, float3, float4. Both arguments must be of the same
243 * Supports float, float2, float3, float4.
251 * Supports float, float2, float3, float4.
259 * Supports float, float2, float3, float4.
267 * Supports float, float2, float3, float4.
275 * Supports float, float2, float3, float4.
283 * Supports float, float2, float3, float4.
291 * Supports float, float2, float3, float4.
299 * Supports float, float2, float3, float4. Both arguments must be of the same
308 * Supports float, float2, float3, float4.
316 * Supports float, float2, float3, float4.
324 * Supports float, float2, float3, float4.
332 * Supports float, float2, float3, float4. Both arguments must be of the same
341 * Supports float, float2, float3, float4.
349 * Supports float, float2, float3, float4.
357 * Supports float, float2, float3, float4.
358 * @param x: may be float, float2, float3, float4
368 * @param x: may be float, float2, float3, float4
378 * Supports float, float2, float3, float4.
388 * Supports float, float2, float3, float4.
396 * @param v Supports float, float2, float3, float4.
405 * Supports float, float2, float3, float4.
730 _RS_RUNTIME float2 __attribute__((overloadable)) clamp(float2 amount, float2 low, float2 high);
733 _RS_RUNTIME float2 __attribute__((overloadable)) clamp(float2 amount, float low, float high);
751 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount);
754 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount);
775 _RS_RUNTIME float2 __attribute__((overloadable)) step(float2 edge, float2 v);
778 _RS_RUNTIME float2 __attribute__((overloadable)) step(float2 edge, float v);
784 extern float2 __attribute__((overloadable)) smoothstep(float2, float2, float2);
787 extern float2 __attribute__((overloadable)) smoothstep(float, float, float2);
815 _RS_RUNTIME float __attribute__((overloadable)) dot(float2 lhs, float2 rhs);
825 _RS_RUNTIME float __attribute__((overloadable)) length(float2 v);
835 _RS_RUNTIME float __attribute__((overloadable)) distance(float2 lhs, float2 rhs);
845 _RS_RUNTIME float2 __attribute__((overloadable)) normalize(float2 v);