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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
LiveTraverser.h 103 TIntermConstantUnion* constant = node->getCondition()->getAsConstantUnion();
Constant.cpp 109 const TIntermConstantUnion *rightNode = rightConstantNode->getAsConstantUnion();
693 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents();
699 objectSize = children[0]->getAsConstantUnion()->getType().computeNumComponents();
726 childConstUnions.push_back(children[arg]->getAsConstantUnion()->getConstArray());
    [all...]
parseConst.cpp 79 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
Intermediate.cpp 151 TIntermConstantUnion *leftTempConstant = node->getLeft()->getAsConstantUnion();
152 TIntermConstantUnion *rightTempConstant = node->getRight()->getAsConstantUnion();
368 if (node->getOperand()->getAsConstantUnion())
369 return node->getOperand()->getAsConstantUnion()->fold(op, node->getType());
391 if (child->getAsConstantUnion()) {
392 TIntermTyped* folded = child->getAsConstantUnion()->fold(op, returnType);
666 if (node->getAsConstantUnion())
667 return promoteConstantUnion(promoteTo, node->getAsConstantUnion());
    [all...]
propagateNoContraction.cpp 134 assert(node->getAsConstantUnion() && node->getAsConstantUnion()->isScalar());
135 unsigned struct_dereference_index = node->getAsConstantUnion()->getConstArray()[0].getUConst();
    [all...]
reflection.cpp 197 index = visitNode->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst();
202 index = visitNode->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst();
334 arraySize = topNode->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst() + 1;
    [all...]
ParseHelper.cpp 351 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
457 (! limits.generalConstantMatrixVectorIndexing && base->getAsConstantUnion()) ||
    [all...]
glslang.y 307 if ($$->getAsConstantUnion())
308 $$->getAsConstantUnion()->setExpression();
464 if ($$->getAsConstantUnion())
465 $$->getAsConstantUnion()->setExpression();
    [all...]
intermOut.cpp 166 out.debug << (*node->getLeft()->getType().getStruct())[node->getRight()->getAsConstantUnion()->getConstArray()[0].getIConst()].type->getFieldName();
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ValidateSwitch.cpp 115 TIntermConstantUnion *condition = node->getCondition()->getAsConstantUnion();
intermediate.h 278 virtual TIntermConstantUnion* getAsConstantUnion() { return 0; }
447 virtual TIntermConstantUnion* getAsConstantUnion() { return this; }
586 if(!node->getAsConstantUnion() || !node->getAsConstantUnion()->getUnionArrayPointer())
Intermediate.cpp 413 TIntermConstantUnion *leftTempConstant = left->getAsConstantUnion();
414 TIntermConstantUnion *rightTempConstant = right->getAsConstantUnion();
506 if (child->getAsConstantUnion())
507 childTempConstant = child->getAsConstantUnion();
627 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) {
628 if (cond->getAsConstantUnion()->getBConst(0) == true)
672 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
673 if (cond->getAsConstantUnion()->getBConst(0)
    [all...]
OutputASM.cpp 802 TIntermConstantUnion *element = (*sit)->getAsConstantUnion();
    [all...]
parseConst.cpp 118 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
ParseHelper.cpp 318 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0);
800 TIntermConstantUnion* constant = expr->getAsConstantUnion();
    [all...]
ValidateLimitations.cpp 468 return node->getAsConstantUnion() != nullptr;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 809 virtual glslang::TIntermConstantUnion* getAsConstantUnion() { return 0; }
821 virtual const glslang::TIntermConstantUnion* getAsConstantUnion() const { return 0; }
1007 virtual TIntermConstantUnion* getAsConstantUnion() { return this; }
1008 virtual const TIntermConstantUnion* getAsConstantUnion() const { return this; }
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 342 const TIntermConstantUnion* asConst = swizzle->getRight()->getAsConstantUnion();
351 compIsSet[seq[comp]->getAsConstantUnion()->getConstArray()[0].getIConst()] = true;
    [all...]
hlslGrammar.cpp 859 const int vecSizeI = vecSize->getAsConstantUnion()->getConstArray()[0].getIConst();
928 rows->getAsConstantUnion()->getConstArray()[0].getIConst(),
929 cols->getAsConstantUnion()->getConstArray()[0].getIConst());
1013 arraySizes->addInnerSize(size->getAsConstantUnion()->getConstArray()[0].getIConst());
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 1649 milliseconds