Lines Matching refs:float3
7 float3 color;
8 float3 view_dir;
9 float3 tess_factor;
16 float3 PositionWS : POSITION;
17 float3 NormalWS : NORMAL;
21 float3 PositionWS : POSITION;
27 float3 NormalWS[3] : NORMAL;
32 float3 roundedEdgeTessFactor = tess_factor;
71 float3 PositionWS : POSITION;
72 float3 NormalWS : NORMAL;
86 float3 P0 = input[0].PositionWS.xyz;
87 float3 P1 = input[1].PositionWS.xyz;
88 float3 P2 = input[2].PositionWS.xyz;