Searched refs:requiredBasicType (Results 1 – 1 of 1) sorted by relevance
83 const TBasicType requiredBasicType = useFloatClamp ? EbtFloat : EbtInt; in visitBinary() local84 if (rightType.getBasicType() != requiredBasicType) in visitBinary()