Lines Matching defs:inputs
1367 * @param check_inputs Select if inputs should be verified
1388 const Variable::PtrVector& inputs = interface.m_inputs;
1390 for (const_iterator it = inputs.begin(); it != inputs.end(); ++it)
4364 /** Get definitions of inputs
4596 * It creates matching inputs, outputs, uniforms and buffers in other stages.
4603 /* VS outputs >> TCS inputs >> TCS outputs >> .. >> FS inputs */
4877 const std::string& inputs = si.GetDefinitionsInputs();
4885 replaceToken("INPUTS", position, inputs.c_str(), interface);
6389 /** Get locations for all inputs with automatic_location
6398 Utils::Variable::PtrVector& inputs = si.m_inputs;
6400 for (Utils::Variable::PtrVector::iterator it = inputs.begin(); inputs.end() != it; ++it)
6831 /* dvec3/4 vertex inputs use a single location but require 2x16B slots */
19010 /* Skip inputs in: vertex shader and whenever