• Home
  • Raw
  • Download

Lines Matching refs:float4

57 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v);
62 _RS_RUNTIME int4 __attribute__((overloadable)) fnc(float4 v);
67 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, float4 v2);
72 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, float v2);
77 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int4 v2); \
82 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int v2);
89 _RS_RUNTIME float4 __attribute__((overloadable)) \
90 fnc(float4 v1, float4 *v2);
95 _RS_RUNTIME float4 __attribute__((overloadable)) fnc(float4 v1, int4 *v2);
102 _RS_RUNTIME float4 __attribute__((overloadable)) \
103 fnc(float4 v1, float4 v2, float4 v3);
110 _RS_RUNTIME float4 __attribute__((overloadable)) \
111 fnc(float4 v1, float4 v2, int4 *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.
732 _RS_RUNTIME float4 __attribute__((overloadable)) clamp(float4 amount, float4 low, float4 high);
735 _RS_RUNTIME float4 __attribute__((overloadable)) clamp(float4 amount, float low, float high);
753 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount);
756 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount);
777 _RS_RUNTIME float4 __attribute__((overloadable)) step(float4 edge, float4 v);
780 _RS_RUNTIME float4 __attribute__((overloadable)) step(float4 edge, float v);
786 extern float4 __attribute__((overloadable)) smoothstep(float4, float4, float4);
789 extern float4 __attribute__((overloadable)) smoothstep(float, float, float4);
807 _RS_RUNTIME float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs);
817 _RS_RUNTIME float __attribute__((overloadable)) dot(float4 lhs, float4 rhs);
827 _RS_RUNTIME float __attribute__((overloadable)) length(float4 v);
837 _RS_RUNTIME float __attribute__((overloadable)) distance(float4 lhs, float4 rhs);
847 _RS_RUNTIME float4 __attribute__((overloadable)) normalize(float4 v);