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

  /external/chromium_org/third_party/angle_dx11/src/compiler/
ConstantUnion.h 27 bool getBConst() { return bConst; }
30 bool getBConst() const { return bConst; }
Intermediate.cpp 580 if (cond->getAsConstantUnion()->getBConst(0) == true)
634 if (cond->getAsConstantUnion()->getBConst(0))
    [all...]
intermediate.h 373 bool getBConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getBConst() : false; }
intermOut.cpp 325 if (node->getUnionArrayPointer()[i].getBConst())
OutputGLSLBase.cpp 149 case EbtBool: out << pConstUnion->getBConst(); break;
OutputHLSL.cpp     [all...]

Completed in 2794 milliseconds