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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
Constant.cpp 205 newConstArray[i].setU8Const(leftUnionArray[i].getU8Const() / rightUnionArray[i].getU8Const());
533 case EbtUint8: newConstArray[i].setU8Const(static_cast<unsigned int>(-static_cast<signed int>(unionArray[i].getU8Const()))); break;
677 newConstArray[i].setBConst(unionArray[i].getU8Const() != 0); break;
735 newConstArray[i].setI8Const(unionArray[i].getU8Const()); break;
737 newConstArray[i].setI16Const(unionArray[i].getU8Const()); break;
739 newConstArray[i].setIConst(unionArray[i].getU8Const()); break;
741 newConstArray[i].setI64Const(unionArray[i].getU8Const()); break;
743 newConstArray[i].setU16Const(unionArray[i].getU8Const()); break;
745 newConstArray[i].setUConst(unionArray[i].getU8Const()); break
    [all...]
intermOut.cpp     [all...]
  /external/deqp-deps/glslang/glslang/Include/
ConstantUnion.h 119 unsigned char getU8Const() const { return u8Const; }
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 1191 milliseconds