Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h746 …std::tuple<TBasicType, TBasicType> getConversionDestinatonType(TBasicType type0, TBasicType type1,…
DIntermediate.cpp790 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