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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 666 objectSize = children[0]->getAsTyped()->getType().getVectorSize() *
667 children[1]->getAsTyped()->getType().getVectorSize();
671 objectSize = std::max(children[0]->getAsTyped()->getType().getVectorSize(),
672 children[1]->getAsTyped()->getType().getVectorSize());
676 objectSize = std::max(children[0]->getAsTyped()->getType().getVectorSize(),
677 children[2]->getAsTyped()->getType().getVectorSize());
690 bool isFloatingPoint = children[0]->getAsTyped()->getBasicType() == EbtFloat ||
691 children[0]->getAsTyped()->getBasicType() == EbtDouble;
692 bool isSigned = children[0]->getAsTyped()->getBasicType() == EbtInt ||
693 children[0]->getAsTyped()->getBasicType() == EbtInt64
    [all...]
parseConst.cpp 85 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
ParseHelper.cpp 766 rValueErrorCheck(loc, str, left->getAsTyped());
767 rValueErrorCheck(loc, str, right->getAsTyped());
    [all...]
Intermediate.cpp 318 TIntermTyped* child = childNode->getAsTyped();
353 correctPrecision = std::max(correctPrecision, sequence[arg]->getAsTyped()->getQualifier().precision);
    [all...]
propagateNoContraction.cpp 676 node->getSequence()[precise_accesschain_index]->getAsTyped();
    [all...]
linkValidate.cpp 579 const TType& type = linkObjects[i]->getAsTyped()->getType();
    [all...]
glslang.y     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 861 TIntermTyped* arg0 = argAggregate->getSequence()[0]->getAsTyped(); // sample
    [all...]
hlslGrammar.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 276 virtual TIntermTyped* getAsTyped() { return 0; }
307 virtual TIntermTyped* getAsTyped() { return this; }
556 if(!node->getAsTyped() || node->getAsTyped()->getQualifier() != EvqConstExpr)
OutputASM.cpp     [all...]
parseConst.cpp 118 bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstantUnion();
ParseHelper.cpp 296 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0);
550 TIntermTyped *typed = node ? node->getAsTyped() : 0;
1045 TIntermTyped *node = (aggregate->getSequence())[i]->getAsTyped();
    [all...]
Intermediate.cpp 496 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 571 virtual glslang::TIntermTyped* getAsTyped() { return 0; }
583 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; }
619 virtual TIntermTyped* getAsTyped() { return this; }
620 virtual const TIntermTyped* getAsTyped() const { return this; }
    [all...]
  /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 537 milliseconds