Lines Matching refs:b3
8 uniform bool3 b3;
28 float3 Fn_R_F3B(out float3 p) { p = b3; return b3; }
32 int3 Fn_R_I3B(out int3 p) { p = b3; return b3; }
38 uint3 Fn_R_U3B(out uint3 p) { p = b3; return b3; }
48 double3 Fn_R_D3B(out double3 p) { p = b3; return b3; }
55 float3 r01 = b3;
59 int3 r10 = b3;
64 uint3 r20 = b3;
77 double3 r43 = b3;
81 r01 *= b3;
85 r10 *= b3;
90 r20 *= b3;
100 r43 *= b3;
132 Fn_F3(b3);
138 Fn_I3(b3);
144 Fn_U3(b3);
150 Fn_B3(b3);
156 Fn_D3(b3);
162 Fn_F3(b3.x);
168 Fn_I3(b3.x);
174 Fn_U3(b3.x);
180 Fn_B3(b3.x);
186 Fn_D3(b3.x);