Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1128 …std::tuple<TBasicType, TBasicType> getConversionDestinationType(TBasicType type0, TBasicType type1…
DIntermediate.cpp933 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