Home
last modified time | relevance | path

Searched refs:temporaryRegister (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Shader/
DVertexProgram.hpp106 void WHILE(const Src &temporaryRegister);
DPixelProgram.hpp148 void WHILE(const Src &temporaryRegister);
DVertexProgram.cpp1471 void VertexProgram::WHILE(const Src &temporaryRegister) in WHILE() argument
1490 const Vector4f &src = fetchRegister(temporaryRegister); in WHILE()
DPixelProgram.cpp1676 void PixelProgram::WHILE(const Src &temporaryRegister) in WHILE() argument
1695 const Vector4f &src = fetchRegister(temporaryRegister); in WHILE()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2586 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
DOutputASM.h286 int temporaryRegister(TIntermTyped *temporary);