• Home
  • Raw
  • Download

Lines Matching refs:ShaderInput

216 struct ShaderInput  struct
218 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() argument
1122 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op) in getEvalFunc()
1373 …ontext& context, const char* name, const char* desc, const ShaderInput& in0, const ShaderInput& in…
1383 ShaderInput m_in0;
1384 ShaderInput m_in1;
1389 …ontext& context, const char* name, const char* desc, const ShaderInput& in0, const ShaderInput& in… in ShaderMatrixCase()
1487 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; in init()
1752 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; in setupUniforms()
1896 ShaderInput matIn (inputType, matType, precision); in init()
1901ShaderInput scalarIn(op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, TYPE_FLOAT, precision); in init()
1910ShaderInput colVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, colVecType, precision); in init()
1917ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()
1929ShaderInput otherMatIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataType… in init()
1937ShaderInput otherMatIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, matType, pr… in init()
1944 ShaderInput vec1In(inputType, getDataTypeFloatVec(numRows), precision); in init()
1945ShaderInput vec2In((inputType == INPUTTYPE_DYNAMIC) ? (INPUTTYPE_UNIFORM) : (inputType), getDataTy… in init()
1954 ShaderInput voidInput(INPUTTYPE_LAST, TYPE_LAST, PRECISION_LAST); in init()
1962ShaderInput otherMatIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, matType, pr… in init()