| 1175 | return float2__(*(&(*(&__context))->w), *(&(*(&__context))->w), (void*)0); |
| 1176 | } |
| 1177 | float3 float4__xxx__float3_ref__(float4 * __context) |
| 1178 | { |
| 1179 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->x), *(&(*(&__context))->x), (void*)0); |
| 1180 | } |
| 1181 | float3 float4__xxy__float3_ref__(float4 * __context) |
| 1182 | { |
| 1183 | return float3__(*(&(*(&__context))->x), *(&(*(&__context))->x), *(&(*(&__context))->y), (void*)0); |
nothing calls this directly
no test coverage detected