Searched refs:FunctionStageRef (Results 1 – 5 of 5) sorted by relevance
45 class _OgreRTSSExport FunctionStageRef79 FunctionStageRef(size_t stage, Function* parent) : mStage(stage), mParent(parent) {} in FunctionStageRef() function233 FunctionStageRef getStage(size_t s) in getStage()235 return FunctionStageRef(s, this); in getStage()
139 bool addVSInvocations (const FunctionStageRef& stage);145 bool addPSInvocations (const FunctionStageRef& stage);
146 void FunctionStageRef::callFunction(const char* name, const InOut& inout) const in callFunction()151 void FunctionStageRef::callFunction(const char* name, const std::vector<Operand>& params) const in callFunction()158 void FunctionStageRef::sampleTexture(const std::vector<Operand>& params) const in sampleTexture()165 void FunctionStageRef::assign(const std::vector<Operand>& params) const in assign()
225 bool ShaderExReflectionMap::addVSInvocations( const FunctionStageRef& stage ) in addVSInvocations()250 bool ShaderExReflectionMap::addPSInvocations( const FunctionStageRef& stage ) in addPSInvocations()
320 …dd function invocations, you first need to obtain a Ogre::RTShader::FunctionStageRef for the respe…