Home | History | Annotate | Download | only in functional

Lines Matching refs:scalarSize

139 	const int				scalarSize		= glu::getDataTypeScalarSize(dataType);
147 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
148 dst[valueNdx*scalarSize + compNdx] = rnd.getUint32() & integerMask;
153 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
154 dst[valueNdx*scalarSize + compNdx] = extendSignTo32(rnd.getUint32() & integerMask, integerLength);
244 const int scalarSize = var.varType.getScalarSize();
248 curScalarOffset += scalarSize*numValues;
373 const int scalarSize = glu::getDataTypeScalarSize(type);
399 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
401 in0[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].x & integerMask;
402 in1[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y & integerMask;
411 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
413 in0[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in0[easyCaseNdx*scalarSize + compNdx], integerLength);
414 in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], integerLength);
427 const int scalarSize = glu::getDataTypeScalarSize(type);
431 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
469 const int scalarSize = glu::getDataTypeScalarSize(type);
493 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
495 in0[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].x & integerMask;
496 in1[easyCaseNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y & integerMask;
505 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
507 in0[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in0[easyCaseNdx*scalarSize + compNdx], integerLength);
508 in1[easyCaseNdx*scalarSize + compNdx] = extendSignTo32(in1[easyCaseNdx*scalarSize + compNdx], integerLength);
521 const int scalarSize = glu::getDataTypeScalarSize(type);
525 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
563 const int scalarSize = glu::getDataTypeScalarSize(type);
584 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
586 in0[valueNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].x;
587 in1[valueNdx*scalarSize + compNdx] = easyCases[easyCaseNdx].y;
595 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
601 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0;
602 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
612 const int scalarSize = glu::getDataTypeScalarSize(type);
614 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
653 const int scalarSize = glu::getDataTypeScalarSize(type);
675 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
677 in0[valueNdx*scalarSize + compNdx] = (deInt32)easyCases[easyCaseNdx].x;
678 in1[valueNdx*scalarSize + compNdx] = (deInt32)easyCases[easyCaseNdx].y;
686 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
692 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0;
693 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1;
703 const int scalarSize = glu::getDataTypeScalarSize(type);
705 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
766 const int scalarSize = glu::getDataTypeScalarSize(type);
770 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
831 const int scalarSize = glu::getDataTypeScalarSize(type);
837 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
892 const int scalarSize = glu::getDataTypeScalarSize(type);
895 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
941 const int scalarSize = glu::getDataTypeScalarSize(type);
944 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
1000 const int scalarSize = glu::getDataTypeScalarSize(type);
1004 for (int compNdx = 0; compNdx < scalarSize; compNdx++)
1079 const int scalarSize = glu::getDataTypeScalarSize(type);
1082 for (int compNdx = 0; compNdx < scalarSize; compNdx++)