Searched defs:temporaryRegister (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
H A DPixelProgram.cpp1653 void PixelProgram::WHILE(const Src &temporaryRegister) argument
1672 const Vector4f &src = fetchRegister(temporaryRegister);
H A DVertexProgram.cpp1413 void VertexProgram::WHILE(const Src &temporaryRegister) argument
1432 const Vector4f &src = fetchRegister(temporaryRegister);
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2865 case EvqTemporary: return temporaryRegister(operand);
2866 case EvqGlobal: return temporaryRegister(operand);
2867 case EvqConstExpr: return temporaryRegister(operand); // Unevaluated constant expression
2884 case EvqIn: return temporaryRegister(operand);
2885 case EvqOut: return temporaryRegister(operand);
2886 case EvqInOut: return temporaryRegister(operand);
2887 case EvqConstReadOnly: return temporaryRegister(operand);
3032 int OutputASM::temporaryRegister(TIntermTyped *temporary) function in class:glsl::OutputASM

Completed in 160 milliseconds