Searched refs:buildConvertOp (Results 1 – 2 of 2) sorted by relevance
1033 bool buildConvertOp(TBasicType dst, TBasicType src, TOperator& convertOp) const;
567 bool TIntermediate::buildConvertOp(TBasicType dst, TBasicType src, TOperator& newOp) const in buildConvertOp() function in glslang::TIntermediate835 if (!buildConvertOp(convertTo, node->getBasicType(), newOp)) { in createConversion()