Searched refs:argumentTyped (Results 1 – 1 of 1) sorted by relevance
826 TIntermTyped *argumentTyped = argument->getAsTyped(); in getConstantValue() local827 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() local898 size_t argumentSize = argumentTyped->getType().getObjectSize(); in getConstantValue()899 const TConstantUnion *argumentConstantValue = argumentTyped->getConstantValue(); in getConstantValue()