| 1209 | *(&(*(&__context))->z) = *(&(&r_0)->z); |
| 1210 | } |
| 1211 | float3 float4__xyw__float3_ref__(float4 * __context) |
| 1212 | { |
| 1213 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->w), (void*)0); |
| 1214 | } |
| 1215 | void float4__xyw__void_ref_float3_(float3 r_0, float4 * __context) |
| 1216 | { |
| 1217 | *(&(*(&__context))->x) = *(&(&r_0)->x); |
nothing calls this directly
no test coverage detected