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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
Constant.cpp 243 else if (rightUnionArray[i].getI64Const() == -1 && leftUnionArray[i].getI64Const() == (long long)-0x8000000000000000ll)
246 newConstArray[i].setI64Const(leftUnionArray[i].getI64Const() / rightUnionArray[i].getI64Const());
297 if (rightUnionArray[i].getI64Const() == -1 && leftUnionArray[i].getI64Const() == LLONG_MIN) {
538 case EbtInt64: newConstArray[i].setI64Const(-unionArray[i].getI64Const()); break;
687 newConstArray[i].setBConst(unionArray[i].getI64Const() != 0); break;
689 newConstArray[i].setBConst(unionArray[i].getI64Const() != 0); break;
    [all...]
Intermediate.cpp     [all...]
intermOut.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
ConstantUnion.h 124 long long getI64Const() const { return i64Const; }
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 91 milliseconds