| 4194 | __forceinline vec4f cvt_ifloat3 ( int3 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); } |
| 4195 | __forceinline vec4f cvt_ifloat4 ( int4 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); } |
| 4196 | __forceinline vec4f cvt_ufloat2 ( uint2 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); } |
| 4197 | __forceinline vec4f cvt_ufloat3 ( uint3 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); } |
| 4198 | __forceinline vec4f cvt_ufloat4 ( uint4 i ) { return v_cvt_vec4f(v_cast_vec4i(vec4f(i))); } |
| 4199 |
nothing calls this directly
no test coverage detected