MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / v_hor3

Function v_hor3

include/vecmath/dag_vecMath_common.h:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 return v_and(v_splat_x(a), v_and(v_splat_y(a), v_splat_z(a)));
185}
186VECTORCALL VECMATH_FINLINE vec4f v_hor3(vec3f a)
187{
188 return v_or(v_splat_x(a), v_or(v_splat_y(a), v_splat_z(a)));
189}
190
191VECTORCALL VECMATH_FINLINE vec4f v_hmin(vec4f a)
192{

Callers

nothing calls this directly

Calls 4

v_orFunction · 0.70
v_splat_xFunction · 0.70
v_splat_yFunction · 0.70
v_splat_zFunction · 0.70

Tested by

no test coverage detected