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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
IntermTraverse.cpp 199 if (trueBlock)
200 trueBlock->traverse(it);
204 if (trueBlock)
205 trueBlock->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);
883 child = addConversion(EOpSequence, falseBlock->getType(), trueBlock);
885 trueBlock = child;
891 if (falseBlock->getType() != trueBlock->getType())
898 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
900 return trueBlock;
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 205 if (trueBlock)
206 trueBlock->traverse(it);
210 if (trueBlock)
211 trueBlock->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)
624 TIntermNode* getTrueBlock() const { return trueBlock; }
630 TIntermNode* trueBlock;
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()) {
671 return trueBlock;
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) {}
1006 virtual TIntermNode* getTrueBlock() const { return trueBlock; }
1012 TIntermNode* trueBlock;
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 309 HBasicBlock* trueBlock = compare->IsEqual()
312 BoundTypeIn(receiver, trueBlock, /* start_instruction */ nullptr, class_rti);
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.cpp     [all...]
VertexProgram.cpp     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 179 milliseconds