Home
last modified time | relevance | path

Searched refs:argumentTyped (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.cpp826 TIntermTyped *argumentTyped = argument->getAsTyped(); in getConstantValue() local
827 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue()
830 if (argumentTyped->getType().getObjectSize() == 1u) in getConstantValue()
863 else if (isMatrix() && argumentTyped->isMatrix()) in getConstantValue()
866 int argumentCols = argumentTyped->getType().getCols(); in getConstantValue()
867 int argumentRows = argumentTyped->getType().getRows(); in getConstantValue()
897 TIntermTyped *argumentTyped = argument->getAsTyped(); in getConstantValue() local
898 size_t argumentSize = argumentTyped->getType().getObjectSize(); in getConstantValue()
899 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue()