Home | History | Annotate | Download | only in Shader

Lines Matching refs:xn

1584 		Int4 xn = CmpLT(x, Float4(0.0f));   // x < 0
1609 Int4 n = ((xn & xMajor) | (yn & yMajor) | (zn & zMajor)) & Int4(0x80000000);