| 1191 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->x), *(&(*(&__context))->w), (void*)0); |
| 1192 | } |
| 1193 | float3 float4__xyx__float3_ref__(float4 * __context) |
| 1194 | { |
| 1195 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->x), (void*)0); |
| 1196 | } |
| 1197 | float3 float4__xyy__float3_ref__(float4 * __context) |
| 1198 | { |
| 1199 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->y), *(&(*(&__context))->y), (void*)0); |
nothing calls this directly
no test coverage detected