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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
IntermTraverse.cpp 197 if (falseBlock)
198 falseBlock->traverse(it);
206 if (falseBlock)
207 falseBlock->traverse(it);
Intermediate.cpp 874 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc& loc)
879 TIntermTyped* child = addConversion(EOpSequence, trueBlock->getType(), falseBlock);
881 falseBlock = child;
883 child = addConversion(EOpSequence, falseBlock->getType(), trueBlock);
891 if (falseBlock->getType() != trueBlock->getType())
898 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
902 return falseBlock;
908 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType());
911 node->getQualifier().precision = std::max(trueBlock->getQualifier().precision, falseBlock->getQualifier().precision);
    [all...]
localintermediate.h 188 TIntermTyped* addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc&);
  /external/swiftshader/src/OpenGL/compiler/
IntermTraverse.cpp 203 if (falseBlock)
204 falseBlock->traverse(it);
212 if (falseBlock)
213 falseBlock->traverse(it);
localintermediate.h 43 TIntermTyped* addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc&);
intermediate.h 613 TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
615 TIntermTyped(type), condition(cond), trueBlock(trueB), falseBlock(falseB)
625 TIntermNode* getFalseBlock() const { return falseBlock; }
631 TIntermNode* falseBlock;
OutputASM.cpp     [all...]
Intermediate.cpp 658 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc &line)
660 if (trueBlock->getType() != falseBlock->getType())
669 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
673 return falseBlock;
679 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType());
    [all...]
ParseHelper.h 239 TIntermTyped *addTernarySelection(TIntermTyped *cond, TIntermTyped *trueBlock, TIntermTyped *falseBlock, const TSourceLoc &line);
ParseHelper.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 1001 TIntermTyped(EbtVoid), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
1003 TIntermTyped(type), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
1007 virtual TIntermNode* getFalseBlock() const { return falseBlock; }
1013 TIntermNode* falseBlock;
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.cpp     [all...]
VertexProgram.cpp     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 244 milliseconds