• Home
  • Raw
  • Download

Lines Matching refs:matIn

1881 					ShaderInput	matIn		(inputType, matType, precision);  in init()  local
1887 …se(m_context, (baseName + "float_vertex").c_str(), "Matrix-scalar case", matIn, scalarIn, op, tru… in init()
1888 …e(m_context, (baseName + "float_fragment").c_str(), "Matrix-scalar case", matIn, scalarIn, op, fal… in init()
1897 … getDataTypeName(colVecType) + "_vertex").c_str(), "Matrix-vector case", matIn, colVecIn, op, tru… in init()
1898 …getDataTypeName(colVecType) + "_fragment").c_str(), "Matrix-vector case", matIn, colVecIn, op, fal… in init()
1905 …se(m_context, (vecMatName + "_vertex").c_str(), "Vector-matrix case", rowVecIn, matIn, op, true)); in init()
1906 …(m_context, (vecMatName + "_fragment").c_str(), "Vector-matrix case", rowVecIn, matIn, op, false)); in init()
1915 …TypeName(otherMatIn.dataType) + "_vertex").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, t… in init()
1916 …peName(otherMatIn.dataType) + "_fragment").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, f… in init()
1923 …ext, (baseName + matTypeName + "_vertex").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, t… in init()
1924 …xt, (baseName + matTypeName + "_fragment").c_str(), "Matrix-matrix case", matIn, otherMatIn, op, f… in init()
1940 …atrixCase(m_context, (baseName + "float_vertex").c_str(), "Matrix case", matIn, voidInput, op, tr… in init()
1941 …trixCase(m_context, (baseName + "float_fragment").c_str(), "Matrix case", matIn, voidInput, op, fa… in init()
1948 …_context, (baseName + "float_vertex").c_str(), "Matrix assignment case", matIn, otherMatIn, op, t… in init()
1949 …context, (baseName + "float_fragment").c_str(), "Matrix assignment case", matIn, otherMatIn, op, f… in init()