Home | History | Annotate | Download | only in hlsl

Lines Matching refs:EOpMul

4642                 node = handleBinaryMath(loc, "mul", EOpMul, arg0, arg1);
4783 node = handleBinaryMath(loc, "mul", EOpMul, log2, base);
4810 dst->getSequence().push_back(handleBinaryMath(loc, "mul", EOpMul, src0y, src1y));
4915 TIntermTyped* floatOffset = handleBinaryMath(loc, "mul", EOpMul,
4960 TIntermTyped* n_dot_h_m = handleBinaryMath(loc, "mul", EOpMul, n_dot_h, m); // n_dot_h * m
5122 TIntermTyped* rangeConverted = handleBinaryMath(loc, "mul", EOpMul, conversion, swizzled);