| 1199 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->y), (void*)0); |
| 1200 | } |
| 1201 | float3 float4__xyz__float3_ref__(float4 * __context) |
| 1202 | { |
| 1203 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->z), (void*)0); |
| 1204 | } |
| 1205 | void float4__xyz__void_ref_float3_(float3 r_0, float4 * __context) |
| 1206 | { |
| 1207 | *(&(*(&__context))->x) = *(&(&r_0)->x); |
nothing calls this directly
no test coverage detected