Searched refs:getConversionDestinationType (Results 1 – 2 of 2) sorted by relevance
1128 …std::tuple<TBasicType, TBasicType> getConversionDestinationType(TBasicType type0, TBasicType type1…
933 promoteTo = getConversionDestinationType(node0->getBasicType(), node1->getBasicType(), op); in addPairConversion()1890 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinationType(TBasicType type0, TB… in getConversionDestinationType() function in glslang::TIntermediate