HomeSort by relevance Sort by last modified time
    Searched refs:setDConst (Results 1 - 5 of 5) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
Constant.cpp 172 newConstArray[column * getMatrixRows() + row].setDConst(sum);
184 newConstArray[i].setDConst(leftUnionArray[i].getDConst() / rightUnionArray[i].getDConst());
186 newConstArray[i].setDConst((double)INFINITY);
188 newConstArray[i].setDConst(-(double)INFINITY);
190 newConstArray[i].setDConst((double)NAN);
267 newConstArray[i].setDConst(sum);
278 newConstArray[i].setDConst(sum);
465 newConstArray[0].setDConst(length);
468 newConstArray[i].setDConst(unionArray[i].getDConst() / length);
531 case EbtFloat: newConstArray[i].setDConst(-unionArray[i].getDConst()); break
    [all...]
parseConst.cpp 162 leftUnionArray[targetOffset].setDConst(1.0);
164 leftUnionArray[targetOffset].setDConst(0.0);
178 leftUnionArray[i].setDConst(0.0);
Intermediate.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
ConstantUnion.h 100 void setDConst(double d)
451 case EbtDouble: returnValue.setDConst(dConst + constant.dConst); break;
471 case EbtDouble: returnValue.setDConst(dConst - constant.dConst); break;
491 case EbtDouble: returnValue.setDConst(dConst * constant.dConst); break;
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 394 milliseconds