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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
Constant.cpp 211 else if (rightUnionArray[i].getI16Const() == (signed short)-1 && leftUnionArray[i].getI16Const() == (signed short)-0x8000)
214 newConstArray[i].setI16Const(leftUnionArray[i].getI16Const() / rightUnionArray[i].getI16Const());
534 case EbtInt16: newConstArray[i].setI16Const(-unionArray[i].getI16Const()); break;
679 newConstArray[i].setBConst(unionArray[i].getI16Const() != 0); break;
762 newConstArray[i].setI8Const(static_cast<signed char>(unionArray[i].getI16Const())); break;
764 newConstArray[i].setIConst(unionArray[i].getI16Const()); break;
766 newConstArray[i].setI64Const(unionArray[i].getI16Const()); break;
768 newConstArray[i].setU8Const(static_cast<unsigned char>(unionArray[i].getI16Const())); break
    [all...]
intermOut.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
ConstantUnion.h 120 signed short getI16Const() const { return i16Const; }
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 1445 milliseconds