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

  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 42 case EbtBool: setFConst(static_cast<float>(constant.getBConst())); break;
52 case EbtBool: setIConst(static_cast<int>(constant.getBConst())); break;
62 case EbtBool: setUConst(static_cast<unsigned int>(constant.getBConst())); break;
72 case EbtBool: setBConst(constant.getBConst()); break;
82 case EbtBool: setBConst(constant.getBConst()); break;
102 bool getBConst() const { return bConst; }
Intermediate.cpp 625 if (cond->getAsConstantUnion()->getBConst(0) == true)
670 if (cond->getAsConstantUnion()->getBConst(0))
    [all...]
intermediate.h 442 bool getBConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getBConst() : false; }
intermOut.cpp 378 if (node->getUnionArrayPointer()[i].getBConst())
OutputASM.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 406 if (unionArray[i].getBConst())
416 if (! unionArray[i].getBConst())
465 case EbtBool: newConstArray[i].setBConst(!unionArray[i].getBConst()); break;
785 newConstArray[comp].setDConst(childConstUnions[2][arg2comp].getBConst() ? childConstUnions[1][arg1comp].getDConst() :
    [all...]
Intermediate.cpp 899 if (cond->getAsConstantUnion()->getConstArray()[0].getBConst())
    [all...]
reflection.cpp 701 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock())
703 if (constant->getConstArray()[0].getBConst() == false && node->getFalseBlock())
intermOut.cpp 603 if (constUnion[i].getBConst())
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 89 bool getBConst() const { return bConst; }
  /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 90 milliseconds