Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp954 TBasicType node0BasicType = node0->getBasicType(); in addPairConversion() local
955 if (node0BasicType == EbtBool) in addPairConversion()
956 node0BasicType = EbtInt; in addPairConversion()
958 promoteTo = std::make_tuple(node0BasicType, EbtInt); in addPairConversion()
960 promoteTo = std::make_tuple(node0BasicType, node1->getBasicType()); in addPairConversion()