Home | History | Annotate | Download | only in shaders

Lines Matching full:out0

5 		output float out0	= [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ];
10 output float out0 = [ -1.123 | -0.75 | 512.0 | -72.13 | -199.91 ];
18 out0 = in0;
28 output float out0 = [ 1.123 | 0.75 | -512.0 | -72.13 | 199.91 ];
37 out0 = uni0;
44 values { output float out0 = 1.123; }
50 out0 = +1.123;
57 values { output float out0 = -1.123; }
63 out0 = -1.123;
70 values { output float out0 = 123.0; }
76 out0 = 123.;
83 values { output float out0 = 0.123; }
89 out0 = .123;
96 values { output float out0 = 123.0; }
102 out0 = 1.23e+2;
109 values { output float out0 = -123.0; }
115 out0 = -1.23E+2;
122 values { output float out0 = -123.0; }
128 out0 = -1.23e2;
135 values { output float out0 = 0.123; }
141 out0 = 1.23e-1;
148 values { output float out0 = 1000.0; }
154 out0 = 1e3;
161 values { output int out0 = 123; }
167 out0 = 123;
174 values { output int out0 = -321; }
180 out0 = -321;
187 values { output int out0 = 123; }
193 out0 = 0x7B;
200 values { output int out0 = 123; }
206 out0 = 0X7b;
213 values { output int out0 = 123; }
219 out0 = 0173;
226 values { output bool out0 = true; }
232 out0 = true;
239 values { output bool out0 = false; }
245 out0 = false;
252 values { output float out0 = 1000.0; }
260 out0 = theConstant;
267 values { output float out0 = -1000.0; }
275 out0 = theConstant;
282 values { output float out0 = -0.012; }
294 out0 = func();
301 values { output float out0 = 1.0; }
310 out0 = theConstant;
318 values { output float out0 = 1.0; }
328 out0 = theConstant;
336 values { output float out0 = 1.0; }
346 out0 = theConstant;
354 values { output float out0 = 1.0; }
365 out0 = theConstant;
373 values { output float out0 = 2.0; }
389 out0 = func();
397 values { output float out0 = 21.0; }
413 out0 = func() * theGlobalConstant + theConstant;
421 values { output float out0 = 10.0; }
430 out0 = theConstant2;
437 values { output float out0 = 10.0; }
447 out0 = theConstant2;
455 values { output float out0 = 10.0; }
464 out0 = theConstant2;
471 values { output float out0 = 10.0; }
484 out0 = func();
492 values { output float out0 = 10.0; }
500 out0 = theConstant;
508 values { output float out0 = 10.0; }
525 out0 = theConstant;
534 values { output float out0 = 20.0; }
546 out0 = func(theConstant);
553 values { output float out0 = 10.0; }
561 out0 = theConstant;
568 values { output float out0 = 10.0; }
576 out0 = theConstant;
583 values { output float out0 = 10.0; }
591 out0 = theConstant;
598 values { output float out0 = 10.0; }
606 out0 = theConstant;
614 values { output float out0 = 20.0; }
622 out0 = theConstant;
630 values { output float out0 = 50.0; }
639 out0 = theConstant;
647 values { output float out0 = 50.0; }
658 out0 = theConstant;