Searched refs:temporaryRegister (Results 1 – 6 of 6) sorted by relevance
106 void WHILE(const Src &temporaryRegister);
148 void WHILE(const Src &temporaryRegister);
1471 void VertexProgram::WHILE(const Src &temporaryRegister) in WHILE() argument1490 const Vector4f &src = fetchRegister(temporaryRegister); in WHILE()
1676 void PixelProgram::WHILE(const Src &temporaryRegister) in WHILE() argument1695 const Vector4f &src = fetchRegister(temporaryRegister); in WHILE()
2586 case EvqTemporary: return temporaryRegister(operand); in registerIndex()2587 case EvqGlobal: return temporaryRegister(operand); in registerIndex()2588 …case EvqConstExpr: return temporaryRegister(operand); // Unevaluated constant expressi… in registerIndex()2605 case EvqIn: return temporaryRegister(operand); in registerIndex()2606 case EvqOut: return temporaryRegister(operand); in registerIndex()2607 case EvqInOut: return temporaryRegister(operand); in registerIndex()2608 case EvqConstReadOnly: return temporaryRegister(operand); in registerIndex()2753 int OutputASM::temporaryRegister(TIntermTyped *temporary) in temporaryRegister() function in glsl::OutputASM
286 int temporaryRegister(TIntermTyped *temporary);