Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp811 TBasicType node0BasicType = node0->getBasicType(); in addConversion() local
812 if (node0BasicType == EbtBool) in addConversion()
813 node0BasicType = EbtInt; in addConversion()
815 promoteTo = std::make_tuple(node0BasicType, EbtInt); in addConversion()
817 promoteTo = std::make_tuple(node0BasicType, node1->getBasicType()); in addConversion()