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

  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 40 case EbtInt: setFConst(static_cast<float>(constant.getIConst())); break;
50 case EbtInt: setIConst(static_cast<int>(constant.getIConst())); break;
60 case EbtInt: setUConst(static_cast<unsigned int>(constant.getIConst())); break;
70 case EbtInt: setBConst(constant.getIConst() != 0); break;
80 case EbtInt: setIConst(constant.getIConst()); break;
99 int getIConst() const { return iConst; }
ValidateSwitch.cpp 131 int iConst = condition->getIConst(0);
Intermediate.cpp     [all...]
intermediate.h 437 int getIConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getIConst() : 0; }
OutputASM.cpp 569 int index = right->getAsConstantUnion()->getIConst(0);
642 int index = right->getAsConstantUnion()->getIConst(0);
670 int i = element->getUnionArrayPointer()[0].getIConst();
    [all...]
intermOut.cpp 380 out << node->getUnionArrayPointer()[i].getIConst();
ParseHelper.cpp 296 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0);
801 size = constant->getIConst(0);
866 int fragDataValue = static_cast<TVariable*>(fragData)->getConstPointer()[0].getIConst();
973 if(type.getArraySize() != maxDrawBuffers->getConstPointer()->getIConst())
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 185 else if (rightUnionArray[i].getIConst() == -1 && leftUnionArray[i].getIConst() == (int)0x80000000)
188 newConstArray[i].setIConst(leftUnionArray[i].getIConst() / rightUnionArray[i].getIConst());
454 case EbtInt: newConstArray[i].setIConst(-unionArray[i].getIConst()); break;
540 newConstArray[i].setIConst(abs(unionArray[i].getIConst()));
549 newConstArray[i].setIConst(SIGN(unionArray[i].getIConst()));
722 newConstArray[comp].setIConst(std::min(childConstUnions[0][arg0comp].getIConst(), childConstUnions[1][arg1comp].getIConst()));
737 newConstArray[comp].setIConst(std::max(childConstUnions[0][arg0comp].getIConst(), childConstUnions[1][arg1comp].getIConst()))
    [all...]
reflection.cpp 204 index = visitNode->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst();
209 index = visitNode->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst();
333 arraySize = topNode->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst() + 1;
Intermediate.cpp     [all...]
intermOut.cpp 150 out.debug << (*node->getLeft()->getType().getStruct())[node->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst()].type->getFieldName();
    [all...]
ParseHelper.cpp 500 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 570 const int vecSizeI = vecSize->getAsConstantUnion()->getConstArray()[0].getIConst();
639 cols->getAsConstantUnion()->getConstArray()[0].getIConst(),
640 rows->getAsConstantUnion()->getConstArray()[0].getIConst());
    [all...]
hlslParseHelper.cpp 369 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 84 int getIConst() const { return iConst; }
  /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 230 milliseconds