• Home
  • Raw
  • Download

Lines Matching refs:matIn

1895 					ShaderInput	matIn		(inputType, matType, precision);  in init()  local
1901 …se(m_context, (baseName + "float_vertex").c_str(), "Matrix-scalar case", matIn, scalarIn, op, tru… in init()
1902 …e(m_context, (baseName + "float_fragment").c_str(), "Matrix-scalar case", matIn, scalarIn, op, fal… in init()
1911 … getDataTypeName(colVecType) + "_vertex").c_str(), "Matrix-vector case", matIn, colVecIn, op, tru… in init()
1912 …getDataTypeName(colVecType) + "_fragment").c_str(), "Matrix-vector case", matIn, colVecIn, op, fal… in init()
1919 …se(m_context, (vecMatName + "_vertex").c_str(), "Vector-matrix case", rowVecIn, matIn, op, true)); in init()
1920 …(m_context, (vecMatName + "_fragment").c_str(), "Vector-matrix case", rowVecIn, matIn, op, false)); in init()
1929 …TypeName(otherMatIn.dataType) + "_vertex").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, t… in init()
1930 …peName(otherMatIn.dataType) + "_fragment").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, f… in init()
1937 …ext, (baseName + matTypeName + "_vertex").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, t… in init()
1938 …xt, (baseName + matTypeName + "_fragment").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, f… in init()
1954 …atrixCase(m_context, (baseName + "float_vertex").c_str(), "Matrix case", matIn, voidInput, op, tr… in init()
1955 …trixCase(m_context, (baseName + "float_fragment").c_str(), "Matrix case", matIn, voidInput, op, fa… in init()
1962 …_context, (baseName + "float_vertex").c_str(), "Matrix assignment case", matIn, otherMatIn, op, t… in init()
1963 …context, (baseName + "float_fragment").c_str(), "Matrix assignment case", matIn, otherMatIn, op, f… in init()