Searched defs:callSiteIndex (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
H A DPixelProgram.cpp1305 void PixelProgram::CALL(int labelIndex, int callSiteIndex) argument
1314 callStack[stackIndex++] = UInt(callSiteIndex);
1320 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]);
1325 void PixelProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) argument
1329 CALLNZb(labelIndex, callSiteIndex, src);
1333 CALLNZp(labelIndex, callSiteIndex, src);
1338 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) argument
1354 callStack[stackIndex++] = UInt(callSiteIndex);
1359 branch(condition, labelBlock[labelIndex], callRetBlock[labelIndex][callSiteIndex]);
1360 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]);
1365 CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) argument
[all...]
H A DVertexProgram.cpp1064 void VertexProgram::CALL(int labelIndex, int callSiteIndex) argument
1073 callStack[stackIndex++] = UInt(callSiteIndex);
1079 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]);
1084 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) argument
1088 CALLNZb(labelIndex, callSiteIndex, src);
1092 CALLNZp(labelIndex, callSiteIndex, src);
1097 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) argument
1113 callStack[stackIndex++] = UInt(callSiteIndex);
1118 branch(condition, labelBlock[labelIndex], callRetBlock[labelIndex][callSiteIndex]);
1119 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]);
1124 CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) argument
[all...]

Completed in 61 milliseconds