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

  /external/deqp-deps/glslang/glslang/MachineIndependent/
LiveTraverser.h 103 TIntermConstantUnion* constant = node->getCondition()->getAsConstantUnion();
ParseHelper.cpp 372 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
491 (! limits.generalConstantMatrixVectorIndexing && base->getAsConstantUnion()) ||
    [all...]
attribute.cpp 88 const TConstUnion* constVal = &args->getSequence()[argNum]->getAsConstantUnion()->getConstArray()[0];
parseConst.cpp 79 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
Constant.cpp 112 const TIntermConstantUnion *rightNode = rightConstantNode->getAsConstantUnion();
    [all...]
Intermediate.cpp 149 TIntermConstantUnion *leftTempConstant = node->getLeft()->getAsConstantUnion();
150 TIntermConstantUnion *rightTempConstant = node->getRight()->getAsConstantUnion();
367 if (node->getOperand()->getAsConstantUnion())
368 return node->getOperand()->getAsConstantUnion()->fold(op, node->getType());
395 if (child->getAsConstantUnion()) {
396 TIntermTyped* folded = child->getAsConstantUnion()->fold(op, returnType);
715 if (node->getAsConstantUnion()) {
716 TIntermTyped* folded = node->getAsConstantUnion()->fold(newOp, newType);
837 if (node0->getAsConstantUnion())
838 newNode0 = promoteConstantUnion(std::get<0>(promoteTo), node0->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...]
glslang.y 351 if ($$->getAsConstantUnion())
352 $$->getAsConstantUnion()->setExpression();
513 if ($$->getAsConstantUnion())
514 $$->getAsConstantUnion()->setExpression();
    [all...]
intermOut.cpp 178 out.debug << (*members)[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())
ParseHelper.cpp 326 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0);
808 TIntermConstantUnion* constant = expr->getAsConstantUnion();
    [all...]
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 809 TIntermConstantUnion *element = (*sit)->getAsConstantUnion();
    [all...]
parseConst.cpp 118 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
ValidateLimitations.cpp 468 return node->getAsConstantUnion() != nullptr;
  /external/deqp-deps/glslang/glslang/Include/
intermediate.h 1025 virtual glslang::TIntermConstantUnion* getAsConstantUnion() { return 0; }
1038 virtual const glslang::TIntermConstantUnion* getAsConstantUnion() const { return 0; }
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslGrammar.cpp 876 const int vecSizeI = vecSize->getAsConstantUnion()->getConstArray()[0].getIConst();
945 rows->getAsConstantUnion()->getConstArray()[0].getIConst(),
946 cols->getAsConstantUnion()->getConstArray()[0].getIConst());
    [all...]
hlslParseHelper.cpp 336 const TIntermConstantUnion* asConst = swizzle->getRight()->getAsConstantUnion();
345 compIsSet[seq[comp]->getAsConstantUnion()->getConstArray()[0].getIConst()] = true;
813 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst();
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 79 milliseconds