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

  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 41 case EbtUInt: setFConst(static_cast<float>(constant.getUConst())); break;
51 case EbtUInt: setIConst(static_cast<int>(constant.getUConst())); break;
61 case EbtUInt: setUConst(static_cast<unsigned int>(constant.getUConst())); break;
71 case EbtUInt: setBConst(constant.getUConst() != 0); break;
81 case EbtUInt: setUConst(constant.getUConst()); break;
100 unsigned int getUConst() const { return uConst; }
ValidateSwitch.cpp 144 unsigned int uConst = condition->getUConst(0);
Intermediate.cpp     [all...]
intermediate.h 440 int getUConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getUConst() : 0; }
intermOut.cpp 395 out << node->getUnionArrayPointer()[i].getUConst();
ParseHelper.cpp 859 unsigned int uintSize = constant->getUConst(0);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 195 newConstArray[i].setUConst(leftUnionArray[i].getUConst() / rightUnionArray[i].getUConst());
455 case EbtUint: newConstArray[i].setUConst(static_cast<unsigned int>(-static_cast<int>(unionArray[i].getUConst()))); break;
727 newConstArray[comp].setUConst(std::min(childConstUnions[0][arg0comp].getUConst(), childConstUnions[1][arg1comp].getUConst()));
742 newConstArray[comp].setUConst(std::max(childConstUnions[0][arg0comp].getUConst(), childConstUnions[1][arg1comp].getUConst()));
761 newConstArray[comp].setUConst(std::min(std::max(childConstUnions[0][arg0comp].getUConst(), childConstUnions[1][arg1comp].getUConst()),
762 childConstUnions[2][arg2comp].getUConst()));
    [all...]
Intermediate.cpp     [all...]
propagateNoContraction.cpp 134 unsigned struct_dereference_index = node->getAsConstantUnion()->getConstArray()[0].getUConst();
    [all...]
intermOut.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 85 unsigned int getUConst() const { return uConst; }
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 646 milliseconds