Searched refs:getConversionDestinatonType (Results 1 – 2 of 2) sorted by relevance
746 …std::tuple<TBasicType, TBasicType> getConversionDestinatonType(TBasicType type0, TBasicType type1,…
790 promoteTo = getConversionDestinatonType(node0->getBasicType(), node1->getBasicType(), op); in addConversion()1770 std::tuple<TBasicType, TBasicType> TIntermediate::getConversionDestinatonType(TBasicType type0, TBa… in getConversionDestinatonType() function in glslang::TIntermediate